Support » Themes and Templates » How to remove "featured post" from Papyrus theme

  • The “featured post” black frame, on the Papyrus theme, is too big. I don’t want people to have to page down in order to see anything BUT the featured post. Can anyone help?

Viewing 1 replies (of 1 total)
  • I figured out how to fix this. Go into you Appearance, then Editor. Click on header section and go to the very bottom and look for this piece of code and remove it:
    <!– Featured section starts here –>
    <div id=”featured_section”>
    <?php get_template_part( ‘featured’, ‘posts’ ); ?>
    </div>
    <!– Featured section ends here –>

    Always remember to copy and save: Header (header.php) This way you can restore page to previous state if you desire!

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove "featured post" from Papyrus theme’ is closed to new replies.