• CP

    (@chantillypatino)


    I’m trying to move the related posts plugin down beneath the post to under the signature and share buttons plugins I’m also using. I want it to essentially be in the third position under the post. I’m attempting this in a Genesis child theme.

    Here’s the code I’m working with, which doesn’t work. What am I missing?

    // Add Zemanta Related Posts after post
    add_action(‘genesis_after_entry_content’, ‘zemanta_related_posts’, 3);
    function zemanta_related_posts() {

    if( ‘post’ === get_post_type() ) {
    zemanta_related_posts( ‘after_entry_content’ ) );
    }

    }

    https://wordpress.org/plugins/related-posts-by-zemanta/

Viewing 3 replies - 1 through 3 (of 3 total)
  • PetraP

    (@petrap)

    Hey,

    thanks for reaching out!
    Can you give me a bit more information – what exactly happens if you use the code provided? Also, a link to your blog would be appreciated.

    Looking forward to your reply, take care and have a lovely day,
    Petra

    venu sanz

    (@venu-sanz)

    Hi!

    I have got the same problem. I would like to relocate the related posts plugin beneath the share buttons plugin Im also using. I have got a Reprint theme. Any idea of how to do that?

    Any help would be highly appreciate it!

    My blog is: http://www.venusanzchef.com

    Hey,

    thanks for reaching out and appreciate the link! As your theme is not free to use I can’t test this on my side. Would it be possible to make me a guest account on your blog, so that I can take a closer look? If yes, you can send those credentials to support[at]zemanta[dot]com.

    Let me know what you think,
    Petra

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reposition Plugin in Genesis’ is closed to new replies.