How do I remove auto paragraph formatting for pages ONLY, and not posts (WordPress)
问题 I'm familiar with this little trick already for removing auto paragraph formatting in WordPress: remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' ); ...however adding this in functions.php removes paragraphs for the entire site. This is not what I want since the client needs to be able to make edits themselves (the paragraph formatting really helps them out on posts). Where the auto paragraph insertions are particularly damaging is on the client's home page,