there is no author biography in author page?
-
there is no author biography in author page?
https://www.aligurtuna.com/author/cemoz
-
also there is no author.php page
this is archieve.php
<?php get_header(); ?>
<?php include(TEMPLATEPATH . ‘/archive-sidebar.php’); ?><!– Begin Left Column –>
<div id=”uscolumnsingle”>
<?php if (have_posts()) : ?>
<div class=”1wrapperst”>
<div class=”2wrappernd”>
<div class=”uscontinue”>
<div id=”post-<?php the_ID(); ?>” class=”post”>
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
<?php /* If this is a category archive */ if (is_category()) { ?>
<h2 id=”youarebrowsing”> ‘
<?php single_cat_title(); ?>
‘ </h2>
<?php /* If this is a tag archive */ } elseif( is_tag() ) { ?>
<h2 id=”youarebrowsing”> ‘
<?php single_tag_title(); ?>
‘ <?php print Tag; ?></h2>
<?php /* If this is a daily archive */ } elseif (is_day()) { ?>
<h2 id=”youarebrowsing”>
<?php the_time(‘F jS, Y’); ?>
</h2>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<h2 id=”youarebrowsing”>
<?php the_time(‘F, Y’); ?>
</h2>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<h2 id=”youarebrowsing”>
<?php the_time(‘Y’); ?>
</h2>
<?php /* If this is an author archive */ } elseif (is_author()) { ?>
<h2 id=”youarebrowsing”> ‘<?php print Author; ?>’ </h2><?php /* If this is a paged archive */ } elseif (isset($_GET[‘paged’]) && !empty($_GET[‘paged’])) { ?>
<h2 id=”youarebrowsing”> ‘<?php print Archive; ?>” </h2>
<?php } ?>
</div><?php while (have_posts()) : the_post(); ?>
” rel=”bookmark”>
<div id=”post-<?php the_ID(); ?>” class=”post”>
<div class=”ptitle”> ” rel=”bookmark” title=”<?php the_title(); ?>”>
<?php the_title(); ?>
</div>
<div class=”meta_author”>” title=”<?php printf( esc_attr__( ‘View all posts by %s’), get_the_author() ); ?>”>
<?php the_author(); ?>
On
<?php the_time(‘j M, Y’); ?>
At
<?php the_time(‘h:s A ‘); ?>
| Kategori:
<?php the_category(‘, ‘) ?>
</div>
<div id=”mycontent”> <span class=”thepart1bimga”>
” rel=”bookmark” title=”<?php the_title(); ?>”>
<?php the_post_thumbnail( ‘archiveimg’ ); ?>
</span>
<?php the_excerpt(); ?>
</div>
<div class=”clear”> </div>
</div>
<?php endwhile; ?><!– ReklamStore kodu basla – Op. Dr. Ali Gürtuna 336×280 –>
<script type=”text/javascript”>
var reklamstore_region_id = 244669;
</script>
<script type=”text/javascript” src=”https://adserver.reklamstore.com/reklamstore.js”></script>
<!– ReklamStore kodu bitti Op. Dr. Ali Gürtuna 336×280 –><?php if (function_exists(‘wp_pagenavi’)) { ?>
<?php wp_pagenavi(); ?>
<?php } ?>
</div>
</div>
</div>
<?php else : ?>
<p id=”p404″>
<?php _e(‘404, Page Not Found. You reached a page that has either been moved or is no longer available.’); ?>
</p>
</h2>
<?php endif; ?>
<div class=”clr”> </div>
<div class=”newer-older”>
<?php posts_nav_link(‘ ‘,__(‘<div style=”float:left”>« Newer posts</div>’),__(‘<div style=”float:right”>Older posts »</div>’)) ?>
<div class=”clr”></div>
</div>
</div>
<div class=”clr”> </div>
<!– End Main Body –>
<?php get_footer(); ?>
- The topic ‘there is no author biography in author page?’ is closed to new replies.