| 3 | | <blockquote>The Text mode allows you to enter HTML along with your post text. While most tags are honored, the exception is the paragraph (<p> </p>) tag and the line break (<br> or <br> />) tag. This is because WordPress converts single lines to <br>, and double lines to <p>. If you are an accessibility professional, and you do not want WordPress to make this decision for you, you can either disable the wpautop filter within your theme's functions.php file, or install a plugin that will do the same.</blockquote> |
| | 3 | The Text editor allows you to enter HTML along with your post text. While most tags are honored, the exceptions are the paragraph (<p> </p>) tag and the line break (<br> or <br> />) tag. This is because WordPress converts single presses of the "enter" key to <br>, and two presses of the "enter" key to <p>. If you are an accessibility professional who has spent time training your clients to enter properly formed HTML, and you do not want WordPress to make this decision for you or your clients, you can either disable the wpautop filter within your theme's functions.php file, or install a plugin that will disable this functionality and give you complete control of the markup you enter. |