Content does not show up after remove_filter in functions.php
-
Hi,
i had a problem with the
<p>tag in my home page concerning html5 css buttons, so i tried to find a solution. I found a code in a forum, so i added<?php remove_filter ('the_content', 'wpautop'); ?>to my functions.php, it did not work, so i added simplyremove_filter ('the_content', 'wpautop');… but after this, the whole content of my web site has disappeared. I tried to add thenadd_filter ('the_content', 'wpautop');but nothing works…My web site : http://www.intergayhiv.com (do not be frightened by the subject of my web site !)
If someone can help me, please try to explain clearly as i am not really smart in php !
Thanks in advance !
The topic ‘Content does not show up after remove_filter in functions.php’ is closed to new replies.