• Hello guys.
    Is there any way to disable the Related Posts that appear at the bottom of every article i write?
    Thank you so much for your help!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • WP

    (@linuxpanda)

    You can remove related posts by removing the following line from single.php file.

    <?php get_template_part( 'related-content' ); ?>

    But the proper way to do that is to make a child theme, copy the single.php file to your child theme and then remove that line in the child theme.

    Thread Starter Shigeru_San

    (@shigeru_san)

    Thank you so much for your help!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Related Posts’ is closed to new replies.