• Resolved SamX

    (@techlector)


    hi,

    My site related post is showing under footer where I have not inserted its shortcode. The RP should not be able to show at all in my news article.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor James Huff

    (@macmanx)

    Interesting, do they appear below the footer with any other theme, like Twenty Nineteen?

    The Health Check plugin https://www.ads-software.com/plugins/health-check/ has a troubleshooting mode, which will allow you to test with only the Jetpack plugin enabled under the Twenty Nineteen theme _without_ affecting the site for any of your visitors.

    Thread Starter SamX

    (@techlector)

    It is still same; shortcode is not used here in the URL attached to my first post but it still displays related posts. See image: https://prnt.sc/pf0e5m . It displays anywhere i position this code:

    if ( class_exists( 'Jetpack_RelatedPosts' ) ) {
        echo do_shortcode( '[jetpack-related-posts]' );
    }
    • This reply was modified 5 years, 5 months ago by SamX.
    Plugin Contributor James Huff

    (@macmanx)

    In this screenshot, they appear to be displaying where they are supposed to, below the post and above your comments.

    Considering that, it sounds like there’s a problem with the theme you were using.

    What is the name of the theme, and where did you acquire it from?

    Thread Starter SamX

    (@techlector)

    ho… its been resolved… i was using this code with shortcode

    if ( class_exists( 'Jetpack_RelatedPosts' ) ) {
        echo do_shortcode( '[jetpack-related-posts]' );
    }
    • This reply was modified 5 years, 5 months ago by SamX.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Related Posts Showing Below Footer’ is closed to new replies.