Display Store Author Description in Store Header
-
Hi there!
I’m trying to display the author bio in the store header on the seller pages.
I have placed this in the store-header.php in the appropriate place, but nothing shows up.
<div class="profile-info-about"> <p><?php $authorDesc = the_author_meta('description'); echo $authorDesc; ?></p> </div><!-- .profile-info-about -->
Obviously I’m doing something wrong or not accessing the author meta correctly?
Thanks in advance!!!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Display Store Author Description in Store Header’ is closed to new replies.