• spmtumblr

    (@spmtumblr)


    How do i add jetpack related posts in custom location in my wordpress theme?

    I read their docs, there is a shortcode available but i can use it only in page or poss, i want to add related posts in custom location in my theme,

    [jetpack-related-posts]

    Can anyone give me the php code for it please?

Viewing 1 replies (of 1 total)
  • Thread Starter spmtumblr

    (@spmtumblr)

    I Tried adding

    <?php
    if ( class_exists( ‘Jetpack_RelatedPosts’ ) ) {
    echo do_shortcode( ‘[jetpack-related-posts]’ );
    }?>

    as mentioned in their docs, but it doesn’t render anything ??

    P.S. i added this code to my single.php file out side of the content loop.

Viewing 1 replies (of 1 total)
  • The topic ‘How do i add jetpack related posts in custom location in my wordpress theme?’ is closed to new replies.