Reposition Zemanta Related Post
-
Hi, would like your help on how to reposition zemanta related post.
Previously I was using contextual related post and my code in function.php was:
add_action(‘genesis_entry_footer’, ‘reposition_related_content’);
function reposition_related_content() {
if (is_single() && function_exists(‘echo_ald_crp’))
echo_ald_crp();
}What is the code to echo?
Thanks & regards
- The topic ‘Reposition Zemanta Related Post’ is closed to new replies.