Skip to content

Instantly share code, notes, and snippets.

@tenman
Created June 20, 2012 05:00
Show Gist options
  • Save tenman/2958210 to your computer and use it in GitHub Desktop.
Save tenman/2958210 to your computer and use it in GitHub Desktop.
Show author profile
<?php /*for example*/?>
<?php get_header();?>
<?php get_header();?>
<?php
if(WP_DEBUG == true){
echo '<!--'.basename(__FILE__,'.php').'['.basename(dirname(__FILE__)).']-->'."\n";
}?>
<div>
<?php
global $wp_query;
$curauth = $wp_query->get_queried_object();
echo $curauth->description;
?>
</div>
<?php get_sidebar();?>
<?php get_footer();?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment