[Resolved] Add Call To Action At The End Of Each Blog Post

Home Forums Support [Resolved] Add Call To Action At The End Of Each Blog Post

Home Forums Support Add Call To Action At The End Of Each Blog Post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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?

    #217342
    Tom
    Lead 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; ?>
    #217359
    Fahmi

    Great.

    It’s working.

    Thanks.

    #217432
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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