Author tag on no-author page
-
Hey guys,
Quick question.
I’m using author tags to get information from the profile and gravatar, it works great. But, if a page has no author (search) information doesn’t show up. How can I set author so information shows up? Here’s my code:
<a class="alignleft" href="<?php the_author_meta('user_url'); ?>"><?php echo get_avatar( get_the_author_meta('user_email'), '85', '' ); ?></a><?php the_author_meta('description'); ?>
Thanks for your help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Author tag on no-author page’ is closed to new replies.