• vihegay

    (@vihegay)


    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 simply remove_filter ('the_content', 'wpautop'); … but after this, the whole content of my web site has disappeared. I tried to add then add_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.