Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter muttly

    (@muttly)

    Turns out if I read the options screen fully I would have seen the
    <?php wp_related_posts()?>
    Then I just edited my theme.

    Plugin Author Zemanta

    (@zemanta)

    Hey, no worries, glad you noticed it and found out the solution. ??

    Nonetheless, do let us know if you have any more questions or if you need any kind of assistance — I’ll gladly help! Here’s my email address: [email protected]

    Take care & have a nice day!

    Best,
    Silvo

    Hi! I want to move the plugin to a different part of the posts too, how can I achieve that?

    Hey @dealfonso!

    Go to your WordPress’s Dashboard in (y)our plugin settings, scroll to the bottom, tick the box next to “Auto Insert Related Posts”, and copy the following code:

    <?php zemanta_related_posts()?>

    Now click on the ‘Appearance’ tab (on the right side of your WordPress’s Dashboard) and go under the tab ‘Editor’. Find the post.php file and paste the above mentioned code where you’d like your related post section to show up. ??

    Let me know how it goes or if you need any additional assistance — I’ll gladly help! (Also, send me the link to your blog as well, so we’ll know what we’re dealing with.)

    Take care & have a nice day!

    Best,
    Silvo

    I’ve tried each of these things but I can’t get the manual options to work with the php. When the box it checked, it shows up after the content. When it’s unchecked it’s gone regardless of whether or not

    <?php zemanta_related_posts()?>

    or

    <?php wp_related_posts()?>

    is present. I’d like to put it below my comments but for some reason it’s not happening.

    Hey @vectyr, you are using this (“Related Posts”) plugin, right?

    If so, than this is the shortcode you should be using when trying to make you modifications:

    <?php wp_related_posts()?>

    To which template did you try to paste that shortcode to? To which line (position) exactly? Which theme are you using?

    Let us know, we’ll do our best to help you out! Take care & have a nice weekend

    Best,
    Silvo

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Move Related Posts below Comments’ is closed to new replies.