Support » Theme: Hueman » I want to delete the date from my website

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks!

    1. The AlxPosts/AlxTabs widgets should have options to disable dates
    2. Add this CSS to hide post date on home/archive/search:

    .post-meta .post-date { display: none; }

    Or remove it completely in content.php:

    <p class="post-date"><?php the_time('j M, Y'); ?></p>

    3. In single.php, remove this:

    · <?php the_time(get_option('date_format')); ?>

    And you should be done. It is recommended to do the edits with a child theme.

    Thread Starter Rachid Cherif

    (@rachid-cherif)

    thank you very much Alex.
    This is really great of you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want to delete the date from my website’ is closed to new replies.