Skip to content

Instantly share code, notes, and snippets.

@wpweb101
Last active August 4, 2018 04:54
Show Gist options
  • Save wpweb101/a65623bd5b50c82eeb2b to your computer and use it in GitHub Desktop.
Save wpweb101/a65623bd5b50c82eeb2b to your computer and use it in GitHub Desktop.
Follow my blog post - add support for tag follow buttons on tags archive page
<?php
global $post, $wp_query;
echo do_shortcode('[wpw_follow_term_me posttype="'.$post->post_type.'" taxonomy="post_tag" termid="'.$wp_query->query_vars['tag_id'].'"][/wpw_follow_term_me]');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment