[Support request] Thrive Leads Post Footer Optin Not Showing In Generate Press

Home Forums Support [Support request] Thrive Leads Post Footer Optin Not Showing In Generate Press

Home Forums Support Thrive Leads Post Footer Optin Not Showing In Generate Press

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #353714
    Raymond

    Hello,
    I’m using Thive Leads to set up options on the website CutTheFatPodcast.com. I am attempting to show the option on all post footers just beneath the body of the post. Here’s a Link to the video screen cast: https://vimeo.com/226663727/63f52d1cf3

    #353824
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Thanks for the video!

    I’m not sure how Thrive tries to add the template to all posts. GP displays posts using 100% WP standards, so I don’t know what it’s missing.

    However, you can insert the shortcode into the footer using GP Hooks by doing this in the After Content hook:

    <?php if ( is_single() ) : ?>
        [your-shortcode-here]
    <?php endif; ?>
    #354081
    Raymond

    Thanks! Is there any way to limit it to after the post content? When I add the code it adds it to the bottom of all page content and below each blog excerpt in the blog posts listing page

    #354167
    Tom
    Lead Developer
    Lead Developer

    Can you try checking the “Execute PHP” checkbox?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.