wp-biographia don't display in single post's
-
Hi, I really need some help getting wp-biographia going on https://naturlivet.se/
I’ve tried a bunch of things to make it display in single posts but I can’t make it work. It displays fine on pages but not on single post’s. My template (wpTuts) single post file has this code in it:<div id="post-author" class="clearfix"> <div id="author-avatar"> <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'platformbase_author_bio_avatar_size', 50 ) ); ?> </div><!-- END author-avatar --> <div id="author-description"> <h4>Om f?rfattaren</h4> <?php the_author_meta('description'); ?> </div><!-- END author-description --> </div><!-- END post-author -->
Any ideas on how I can implement the plugin in single posts?
Thanx!
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘wp-biographia don't display in single post's’ is closed to new replies.