Viewing 8 replies - 1 through 8 (of 8 total)
  • Settings/Discussion/Avatars. Check “Don’t show Avatars”.

    Thread Starter elshafei2010

    (@elshafei2010)

    Esmi, thanks… that took the avatar away, but there is still the annoying link to the author:

    https://mendingwings.net/wp/2010/09/group-pictures/

    Any other thoughts?

    Thread Starter elshafei2010

    (@elshafei2010)

    I noticed that there is an author.php, I wonder if this template is designed this way…

    Maybe I should look for something a bit different?

    Try editing your template files and removing:

    <div id="author-box">
    <h2>About The Author</h2>
    <h6><a title="Posts by <?php the_author(); ?>" href="<?php echo get_the_author_link; ?>"><?php the_author(); ?></a></h6>
    </div>
    Thread Starter elshafei2010

    (@elshafei2010)

    Thanks Esmi, I’ll try that and let you know what happened. ??

    Thread Starter elshafei2010

    (@elshafei2010)

    Esmi, that did it. Thank you so much.

    The actual code was:

    <div id=”author-box”>
    <h2><?php _e(‘About The Author’); ?></h2>
    <?php
    $author_email = get_the_author_email();
    echo get_avatar($author_email, ’80’, ‘wavatar’);
    ?>
    <h6><?php the_author_posts_link(); ?></h6>
    <?php the_author_description(); ?>
    </div>

    But I found it by searching author-box. You’re the best. ??

    Glad I could help. ??

    Hi Esmi may i know what is the file name for this code and it comes under which folder?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to Remove About The Author Links From Each Post’ is closed to new replies.