Author page bio?
-
I’ve setup an author template page.
I want the bio to show up under the author page header, exactly the way category descriptions do.
When I change _archive_description to author_description it pops right in their. But for some reason it does not take on the style of the taxonomy description.
<header class=”page-header”>
<?php
the_archive_title( ‘<h1 class=”page-title”>’, ‘</h1>’ );
the_archive_description( ‘<div class=”taxonomy-description”>’, ‘</div>’ );
?>
</header><!– .page-header –>How do make this work correctly?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Author page bio?’ is closed to new replies.