badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Is it possible to disable the date showing on everywhere?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #65092
    AMD
    Participant

    Hi guys,

    is it possible to disable (not showing) the dates of posts on the site?

    If yes, how may we do it?

    We are preparing a portfolio style website and we don´t want to show author name and dates on the posts or pages or anywhere to the visitors as those should not be necessary.

    Thank you.

    #65155
    AMD
    Participant

    — no worries and no need to answer, done with an extra plugin, thanks.

    #65217

    Hi AMD,

    Great that you solved it via plugins. If you have any problem do not hesitate to contact us.

    Thank you!

    #68193
    José Bronze
    Participant

    Hi,

    Two things could have happened in a forum to inform:
    AMD could have mentioned the plugin.
    Support could have posted a solution without plugin or some directions to where in the code the call is made.

    Personally I prefer a solution without extra plugin, but I am open to both solutions still and I am convinced others with me would have liked to encounter answers to questions.

    Thank you.
    J.

    #68265

    Hi @jose-bronze.

    To hide the date of the posts, Please go to Appearance > Customizer > Additional CSS and paste below custom css code:;

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

    Thanks

    #72103
    steve-4685
    Participant

    Hi

    This is great additional code. Can you advise how to remove the name of the person who created the post as well, as this just removes the date element?

    Thanks

    #72148

    Hi @steve-4685,
    If you want to remove the Author also then please copy the below Custom CSS code paste just after the previous code you added to remove date.

    .entry-meta .author {
    	display: none;
    }
    .entry-meta {
    	display: block;
    }

    Thank You

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.