Support » Theme: Hueman » How to remove “updated” meta

  • Hello,

    Can you tell me how to remove the “updated on (date)” meta from the Hueman Theme posts?

    I would just like it to show the original date and that is it.

    Thanks.
    Justin

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Currently there are no settings that can remove the “Updated on [date]” meta from the posts.

    However, if you are comfortable editing PHP files, you can take care of this by simply removing the following line from /hueman/parts/single-author-date.php:

    &middot; <?php _e('Updated', 'hueman'); ?> <time class="updated" datetime="<?php echo $machine_readable_modified_date; ?>"><?php echo $modified_date; ?></time>

    A quick and easy fix. I have done this on my site as I absolutely don’t want the (useless and often confusing) “updated” date on all my posts.

    If you have a child theme:

    1. Create the structure in your child theme e.g. /child/parts/

    2. Copy the single-author-date.php to /child/parts/single-author-date.php

    3. Edit /child/parts/single-author-date.php

    That way you are not changing the code on the Hueman theme itself.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove “updated” meta’ is closed to new replies.