Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter daniish

    (@daniish)

    hi,

    i’m using the inbuilt(Default) method

    hope you can help

    Plugin Contributor slidervilla

    (@slidervilla)

    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.

    Thread Starter daniish

    (@daniish)

    That works excellently, thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Only for logged users’ is closed to new replies.