[Resolved] Show Link Bottom of Posts

Home Forums Support [Resolved] Show Link Bottom of Posts

Home Forums Support Show Link Bottom of Posts

  • This topic has 5 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #528880
    generatepressiscool

    At the bottom, right above the comments, he has put “Copy & Share” with a direct link to the post in question.

    How can I add this to my site, at the bottom of each post?

    #529204
    Leo
    Staff
    Customer Support

    Hi there,

    Try this hook:
    https://docs.generatepress.com/article/generate_after_main_content/

    Let me know if this helps.

    #535037
    generatepressiscool

    Just saw your reply.

    Could you give me example code to put in that hook? Would make it easier.

    #535270
    Leo
    Staff
    Customer Support

    Something like this:

    add_action( 'generate_after_main_content','mc_after_main_content_archive' );
    function mc_after_main_content_archive() { ?>
        <?php if ( is_single() ) : ?>
            MESSAGE HERE
        <?php endif; ?>
    <?php }
    #540549
    generatepressiscool

    works

    #541052
    Leo
    Staff
    Customer Support

    Awesome.

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