CMS

Learn how to Solve WordPress Double and Single quotes Problem

In this tutorial we will see 4 steps to solve WordPress double and single quotes problem, this tutorial will help you to resolve the issue.

Follow these simple steps:

1. Login into your control panel.

2. Open formatting.php file

wp-includes/formatting.php

3. For double quote, find following lines

translators: Opening curly double quote

Replace &#8220 to &#x0022

Do the same for closing curly quote.

4. For Single quote, find following lines

translators: Opening curly single quote.

Replace &#8216 to &#x0027

Do the same for closing curly quote.

Now save the changes and refresh WordPress page that has single or double quote.

We have seen 4 steps to solve WordPress double and single quotes problem.

[Need assistance to fix this error or install tools? We’ll help you.]

Related Articles