• Resolved richard_vermeer

    (@richard_vermeer)


    Hi Alexander,

    I have a question about the date that is always added beneath a post. How can I remove this date? Both in the post itself as below the thumbnails on the website. I no longer want to see these dates on my website.

    Thanks for answering.

    Regards,

    Richard.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In custom css:

    .post-meta .post-date,
    .alx-tab .tab-item-date,
    .alx-posts .post-item-date { display: none; }

    On the single page you need to edit single.php or use a child theme replacement.

    Remove:

    &middot; <?php the_time('F j, Y'); ?>

    On line 17.

    Thread Starter richard_vermeer

    (@richard_vermeer)

    Hi Alexander,

    Thanks a lot for your feedback! Also on my other question!

    Regards,

    Richard.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete/Remove date of your post(s)’ is closed to new replies.