Removing/Hiding 'About the Author' from a page
-
I want to remove ‘About the Author’ area from ‘About me’ page..Obiviousely,b/c i have already written about myself in ‘About me’ (https://mywebsite.com/?page_id=2),so this section does not look neccessarily.. ..i am trying to do something like if page id is 2 then don’t show ‘about the author’..PLEASE PLEASE HELP.
‘i am using Arras theme 1.4.3..i am not well conversant with php but i do think i need to change page.php where it says .
<?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_meta(‘ID’), 48); ?>
<?php the_author_meta(‘description’); ?>
</div>
<?php endif; ?>
- The topic ‘Removing/Hiding 'About the Author' from a page’ is closed to new replies.