wordpress formatting.php – fix double dash

I have a problem with wordpress, as it automatically transforms double “–” into a long dash. I found a quick fix for this as suggested in this short article:

The only problem is, from my dashboard on wordpress online in my webbrowser, I couldn’t figure out where/how to find the file wordpress/wp-includes/formatting.php which needs to be edited to solve the problem.

Read More

I also checked this other answers about wordpress, e.g.

But they don’t mention anything about how/where to find the file wordpress/wp-includes/formatting.php .

Any comments or suggestion are highly appreciated.

Related posts

Leave a Reply

3 comments

  1. Try this:

    [code language="css"]
       // your code here
       if(correct)
       { puts("my wordpress text now shows the dash " -- " this is cool!");
       }
    [/code]
    

    That should do the trick.

  2. You need to get access to the files on your server, then just follow the file path. If you have cPanel, you can edit files directly, otherwise you’ll probably need to setup an ftp client, like filezilla