Unhide date published

Hi,

I’m using the Activello theme, and would like to know how to display the “date published” for each post. Also, is there a way to specify where this would appear (e.g. beginning of post right after the title, or at the end of the post?)

I currently have the following CSS:
/remove date and author information/
.entry-meta {display: none;
}

I still want to keep the author hidden.

Thank you!

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
First of all you have to remove css that hides all post dates, then you have to use css for certain posts, something like this:

.postid-582  time.entry-date.published {
    display: none;
}

In this code “postid-582” is ID of the post, it can be found here:

Thanks!
Colorlib Support Team

Hi there,

Thanks for your response. Let me just re-phrase my original question: How do I display the published date, and continue to hide the author, for ALL my blog posts?

I currently have the following CSS:
/remove date and author information/
.entry-meta {display: none;
}

Thank you.

Hi there

please provide url of the post page and i will take a look

Hi,

My website (blog) is at http://sparkandspoon.com/
Latest blog post is http://sparkandspoon.com/2018/04/tap-into-spring-with-a-visit-to-a-maple-syrup-farm/

Thanks,
Eleonor

hi there

Please remove your css and nd use this:

.entry-meta {
visibility: hidden;
}
span.posted-on {
visibility: visible;
}

Thank you Noda. That worked!

Is there a way to make the “posted on + published date” centered with respect to the blog post title? It looks slightly indented to the left (perhaps to leave room for the author name).

Howdyy :slight_smile:

Yes, we can do it too, please use this css now:

.entry-meta span:last-child {
display: none;
}

hola quisiera eliminar todos los comentarios de mi pagina

ademas quisiera eliminar las palabras que se muestran por defecto en las imagenes del Show Slider

Hello @carol123,

I hope you are doing well today.

Could you please open a new topic for your issue so that we can assist you separately?

Best Regards,
Support