When you write content in the pages-admin it automatically creates <p>'s which is very anoying. Does anyone know how to remove these?
http://www.interiorverksted.no
Thanks.
When you write content in the pages-admin it automatically creates <p>'s which is very anoying. Does anyone know how to remove these?
http://www.interiorverksted.no
Thanks.
You could try adding remove_filter ('the_content','wpautop'); to your functions.php but you're meant to put pharagraphs inside <p> tags instead of using <br />.
This topic has been closed to new replies.