Reposition Plugin in Genesis
-
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://www.ads-software.com/plugins/related-posts-by-zemanta/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Reposition Plugin in Genesis’ is closed to new replies.