Site logo

Archived topic

Thrive Leads Post Footer Optin Not Showing In Generate Press

3 replies · Started by Raymond on July 23, 2017

Viewing posts 1–4 of 4

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

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; ?>

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

Can you try checking the "Execute PHP" checkbox?

This archived topic is closed to new replies.