• Hi,
    This is a fabulous plugin. Thanks so much.

    There is one feature for which i am trying to find the settings but could not.
    I want to move the related post in last after comments & tag section.

    please suggest.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ajay

    (@ajay)

    You’ll only be able to do this by editing your theme and using the manual install – echo_crp

    The reason for this is the comments & tags sections sit outside the_content whichi s what the plugin taps into the add itself.

    Other alternatives are if your theme supports widgets in the footer and you could add the related posts widget in there.

    Thread Starter deepusurana

    (@deepusurana)

    Hey,
    Thanks for the reply.

    Could you please help me where to do it?

    Thanks.

    Plugin Author Ajay

    (@ajay)

    You will need to edit your theme files – i’m not sure which is specific for your theme, but it is likely the file called content.php

    Which theme are you running – if it is a free one, I could check and suggest the file

    Thread Starter deepusurana

    (@deepusurana)

    HI,
    I am using Blogside.

    Thanks.

    Plugin Author Ajay

    (@ajay)

    If I’ve got the theme correct, you can edit your single.php and replace it with
    https://github.com/AlxMedia/blogside/blob/master/single.php#L49

    
    <?php if ( function_exists( 'echo_crp' ) ) { echo_crp(); } ?>
    

    Remember to turn off the Automatically add option in the settings page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Moviing the Related post in last.’ is closed to new replies.