Home › Forums › Support › Add Call To Action At The End Of Each Blog Post This topic has 3 replies, 2 voices, and was last updated 6 years, 9 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 10, 2016 at 10:45 pm #217330 Fahmi Hi! Can you help me. I want to add call to action at the end of each blog post. How can I do that? August 11, 2016 at 12:40 am #217342 TomLead Developer Lead Developer Hi there, You would use GP Hooks to add your call out HTML/shortcode/whatever. So you would do something like this in the “After Content” hook: <?php if ( is_single() ) : ?> Your call out in here <?php endif; ?> August 11, 2016 at 1:17 am #217359 Fahmi Great. It’s working. Thanks. August 11, 2016 at 8:46 am #217432 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In