Site logo

Archived topic

Show Link Bottom of Posts

5 replies · Started by generatepressiscool on March 23, 2018

Viewing posts 1–6 of 6

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?

Just saw your reply.

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

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 }

works

Awesome.

This archived topic is closed to new replies.