• Resolved florlola

    (@florlola)


    I would like to remove/hide the next post/previous post that shows up at the bottom of each single post (right before the comments)

    usually, to remove that I need to emove a line on the single.php file, but I can’t find it….

Viewing 1 replies (of 1 total)
  • Hi florlola,

    thanks for using MH Purity lite.

    This is hooked in the file includes/mh-options.php:

    add_action('mh_after_post_content', 'mh_postnav');

    If you don’t want to create a child theme and unhook this, you could simply install a plugin for custom CSS code (e.g. Simple Custom CSS) and then add this CSS:

    .post-nav-wrap { display: none; }

Viewing 1 replies (of 1 total)
  • The topic ‘Remove "previous/next post" from single posts’ is closed to new replies.