Skip to content

Instantly share code, notes, and snippets.

@wpweb101
Last active August 29, 2015 14:10
Show Gist options
  • Save wpweb101/c3a7f0cc53ea09081429 to your computer and use it in GitHub Desktop.
Save wpweb101/c3a7f0cc53ea09081429 to your computer and use it in GitHub Desktop.
Follow my blog post - add support for author follow button on authors archive page
<?php
echo do_shortcode('[wpw_follow_author_me author_id="'.$wp_query->query_vars['author'].'"][/wpw_follow_author_me]');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment