Skip to content

Instantly share code, notes, and snippets.

@zeshanshani
Last active November 27, 2015 19:13
Show Gist options
  • Save zeshanshani/dca4ed5b9ae5fc6225af to your computer and use it in GitHub Desktop.
Save zeshanshani/dca4ed5b9ae5fc6225af to your computer and use it in GitHub Desktop.
Helpful WordPress snippets for daily use.
<?php
/**
* Get the author profile URL
**/
$author_id = get_the_author_meta( 'ID' );
$author_url = get_author_posts_url( $author_id );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment