• I want to have a similar posts and sutmbleupon button at the end of a single post. I got this code from another thread but all the information was showing up on the main index page instead of just in a single post. Can anyone help? thank you

    function after_post_stuff() {

    similar_posts();

    echo ‘<p><img src=”https://cdn.stumble-upon.com/images/120x20_su_white.gif&#8221; alt=”” />Stumble It!</p>’;

    }
    add_action(‘thesis_hook_after_post’, ‘after_post_stuff’);
    Edit/Delete Message

  • The topic ‘Hooks and single posts’ is closed to new replies.