Site logo

Archived topic

Display original date and last update date

20 replies · Started by Gianluca on January 11, 2020

Viewing posts 16–21 of 21

Thanks Tom,

I'm not sure what to do in this case.

What is the HTML code to remove the published date completely? I'll probably run some tests and let you know.

I've edited the post, there you can find the URL with both dates that show the published date (and not the updated date) in search engines.

Give this a shot:

.entry-meta > *:last-child:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

It worked, thank you :)

You're welcome :)

This archived topic is closed to new replies.