TANZAKU theme – Author’s name not showing
-
Hello World!
This is my first post, I am experiencing a problem with Tanzaku theme: I am not able to display author’s name. I tinkered a little bit with it, but I found no solution.
This is the post code, the site is not online yet.
<div class="post-info"> <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1> <div class="timestamp"><?php the_time('F j, Y'); ?> <!-- by <?php the_author() ?> --> //</div> <div class="comment-bubble"><a href="<?php the_permalink() ?>#comments"><?php comments_number('0', '1', '%'); ?></a></div> <div class="clearboth"><!-- --></div> <p><?php edit_post_link('Edit this entry', '', ''); ?></p> </div>
Many, many thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘TANZAKU theme – Author’s name not showing’ is closed to new replies.