JezK
Edit File: author.php
<!-- Author - Oketheme.com --> <?php get_header();?> <div id="headback"> <div class="titleheader"> <div class="avat"><img src="<?php echo get_avatar_url (get_the_author_meta('user_email')); ?>"></div> <h1><?php the_author_posts_link(); ?></h1> <?php if ( get_the_author_meta('description')) : ?> <p><?php the_author_meta('description'); ?></p> <?php endif; ?> </div> </div> <div id="conwrap"> <div class="scontain"> <?php oke_crumb(); if (have_posts()): while (have_posts()) : the_post(); get_template_part('loop-blog'); endwhile; okepagination(); else: echo '<h2>Maaf, belum ada artikel untuk ditampilkan</h2>'; randomtour(); endif; ?> </div> <?php include (TEMPLATEPATH . '/sidebar.php'); ?> </div> <?php get_footer(); ?>