Hi,
if you want to change location of related posts, turn off ‘Auto Insert Related Posts’ option in Related Posts’ settings and manually place <?php wp_related_posts()?> in your template wherever you want related posts to appear.
Best, Jure
Thread Starter
killix
(@killix)
thanks for the really fast reply jureham i am really new to this stuff so am trying to learn can you tell me if i am correct when you say i need to place <?php wp_related_posts()?> in the template do you mean in the editor the sinple.php?
Thanks a lot.
Hi,
no problem. In WordPress admin go to ‘Appearance -> Editor’ and open ‘single.php’ in the right sidebar.
Then find <?php the_content('Read the rest of this entry »'); ?> in the editor and insert <?php wp_related_posts()?> after it.
If this doesn’t do the trick, try doing the same in ‘page.php’.
Since I didn’t test it out with your theme I can’t gauartee you anything.
Best, Jure
Thread Starter
killix
(@killix)
It worked thanks a ton mate very helpful is there anyway to thumbs you up on here or anything?
Glad to help 🙂
You can always give us a 5 star rating here in the right sidebar or if you feel generous you can write us a good review here. Thanks 🙂
Best, Jure
Thread Starter
killix
(@killix)
Thank you and best of luck to you.