Remove header, title, and menu from single blog posts pages
-
Hi!
I have figured out how to remove the header container, title/description, and menu from all pages, regular pages (i.e. about, archives, etc.), but I can’t figure out how to remove it from every single blog posts page. Can you help? My website is celebrityscope.net
For instance, this line of code was used to remove the blog’s description from these specific pages.
<?php if( !is_page( array(1816, 2522, 1985, 3074, 3656, 4050, 2477 )) ){ ?> <p><?php bloginfo('description'); ?></p> <?php } ?></a>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove header, title, and menu from single blog posts pages’ is closed to new replies.