$5
Author tags on page with no author
Quick, easy 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 page) information doesn't show up. How can I set author so information shows up? Here's my code:
Thanks for your help.
I'm using author tags to get information from the profile and gravatar, it works great. But, if a page has no author (search page) 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.
Viktor Nagornyy | 07/31/10 at 4:00pm |
Answers | Tags
(3) Possible Answers Submitted...
You must be logged in to view answers or answer this question.



