D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
bitchats.net
/
wp-content
/
themes
/
blankslate
/
Filename :
author.php
back
Copy
<?php get_header(); ?> <header class="header"> <?php the_post(); ?> <h1 class="entry-title author" itemprop="name"><?php the_author_link(); ?></h1> <div class="archive-meta" itemprop="description"><?php if ( '' != get_the_author_meta( 'user_description' ) ) { echo wp_kses_post( get_the_author_meta( 'user_description' ) ); } ?></div> <?php rewind_posts(); ?> </header> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'entry' ); ?> <?php endwhile; ?> <?php get_template_part( 'nav', 'below' ); ?> <?php get_footer(); ?>