Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End page loop issue Re: page loop issue

#112985
chrisburton
Participant

@Jeager Is it adding a `

` tag inside the content? You can remove that by adding the code below to your functions.php file.

// REMOVES

TAG FROM POST CONTENT
remove_filter( ‘the_content’, ‘wpautop’ );