- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
WordPress Troubleshooter. Can’t set spaces or line breaks in visual editor
February 21, 2012
Issue: I can’t set spaces and line breaks in WordPress visual editor.
Solution:
1. open your WordPress installation directory
2. Go to wp-content/themes/theme### folder and open functions.php file
3. Locate the following code and remove/comment it
1 2 | //Stop WordPress from automatically inserting paragraph tags remove_filter( 'the_content' , 'wpautop' ); |