• Resolved marcum502

    (@marcum502)


    I am building a child them of twentyeleven. I have set up a functions.php file in my child them folder rather than screwing with the original. I have added

    remove_filter( 'the_content', 'wpautop' );
    remove_filter( 'the_excerpt', 'wpautop' );

    to my new functions file, but wordpress still seems to want to add it’s tags. Am I missing something?

Viewing 1 replies (of 1 total)
  • Thread Starter marcum502

    (@marcum502)

    looks like it may have been tinyMCE advanced doing it. That is still odd because i had it set to not add tags.

Viewing 1 replies (of 1 total)

The topic ‘Cannot make twentyeleven stop adding and tags’ is closed to new replies.