I was wondering how to remove the 'About the Author' from all the posts and pages? Is there any way to so this?
I was wondering how to remove the 'About the Author' from all the posts and pages? Is there any way to so this?
I am using the Arras Theme.
I have the same problem.
I think under page.php you remove this section.
<?php if ( arras_get_option('display_author') ) : ?>
// <div class="about-author clearfix">
// <h4><?php _e('About the Author', 'arras') ?></h4>
// <?php echo get_avatar(get_the_author_id(), 48); ?>
<?php the_author_description(); ?>
</div>
Check the theme options and opt-out the about the author part.
This topic has been closed to new replies.