• I’m currently using this theme on http://rwrant.co.za and I love it

    I have an issue with the amount of related posts that are displayed, is there a way that I could increase to more posts by editing the code? Please let me know

Viewing 1 replies (of 1 total)
  • Hello RunningWolf,

    Open wp-content/themes/hueman/functions/init-front.php
    Search for “Related posts, copy that function to your child theme’s functions.php file.

    Set 'posts_per_page' => 3 to 'posts_per_page' => 6 (or any other desired value)

    Hope that helps.
    Tak care.

Viewing 1 replies (of 1 total)

The topic ‘More Related Posts’ is closed to new replies.