Display post author on single post page
-
Hi
I’m trying to display the post author on the single post page, I can get it to display on the archive page but am struggling on the single post page, below is the code I’m using, I presumed it would be the same as the archive page code?
[ Moderator note: please wrap code in backticks or use the code button. ]
<em><div class="post-meta"> <?php responsive_post_meta_data(); ?><?php the_author() ?> <?php if ( comments_open() ) : ?> <span class="comments-link"> <span class="mdash">—</span> <?php comments_popup_link(__('', 'responsive'), __('1 Comment ↓', 'responsive'), __('% Comments ↓', 'responsive')); ?> </span> <?php endif; ?> </em>
Cheers
Lee
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Display post author on single post page’ is closed to new replies.