Forum Replies Created
-
AuthorPosts
-
andy76Power User
Hi. Anyone can help me with this?
Thanksandy76Power UserThanks that worked! 🙂
andy76Power UserThat worked great thanks! However, the padding after the post titles didn’t increase. Is there a way to increase them too?
andy76Power UserThat worked great thanks!
andy76Power UserHi again. Can someone please help me with this issue? Thanks!
andy76Power UserThanks for the reply.
I moved the author.php file to my child theme, and removed the below code.
Unfortunately, the author bio box is still displayed after each post. To be sure I flushed the cache and tried another browser, but still the same result. 🙁
What can be the issue? Thanks// If a user has filled out their description, show a bio on their entries.
if ( get_the_author_meta( ‘description’ ) ) : ?>
<div id=”author-info”>
<div id=”author-avatar”>
<?php echo get_avatar( get_the_author_meta( ‘user_email’ ), apply_filters( ‘parabola_author_bio_avatar_size’, 60 ) ); ?>
</div><!– #author-avatar –>
<div id=”author-description”>
<?php the_archive_description( ‘<div class=”taxonomy-description”>’, ‘</div>’ ); ?>
</div><!– #author-description –>
</div><!– #entry-author-info –>
<?php endif; ?>andy76Power UserHi just checking in to see if there are any updates on this topic 🙂
andy76Power UserThanks. But I can’t find any author-bio.php in the content folder. Could you please point me to the correct file to edit?
-
AuthorPosts