Hello @daniish
Thanks for writing to us.
Can you please tell us which support plugin you are using with Related Post slider? i.e. inbuilt(Default) method, YARPP, WordPress Related Posts(Zemanta) or Microkid’s Related Posts.
Waiting for your response.
Thank you,
Best Regards,
Sagar.
hi,
i’m using the inbuilt(Default) method
hope you can help
Hi
You need to uncheck the automatic insertion of Related Posts Slider from the RPS settings page. And then add the below template tag in theme file wherever you want to show the slider. For example, if you want to show below the post content, add the code in single.php file of your theme folder.
<?php if(function_exists('get_related_posts_slider') and is_user_logged_in()) {get_related_posts_slider();} ?>
Let me know if it helps.
That works excellently, thank you.