• Resolved soulpopped

    (@soulpopped)


    I just updated WordPress and my Hueman theme, and there’s a new feature displaying that I’m not crazy about: next to the author’s name and publication date for every post, my site is also displaying an “updated date” in the <p class=”post-byline”>. I’m sure there’s a setting somewhere to disable this, but I can’t find it. Can someone help? Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter soulpopped

    (@soulpopped)

    Solved it myself. Navigated to:

    /public_html/wp-content/themes/hueman/parts/single-author-date.php

    Removed the following code:

    &middot; <?php _e('Updated', 'hueman'); ?> <time class="updated" datetime="<?php the_modified_date( get_option('date_format') ); ?>"><?php the_modified_date( get_option('date_format') ); ?></time>

Viewing 1 replies (of 1 total)
  • The topic ‘How do I remove “updated” date from post byline?’ is closed to new replies.