Site logo

Archived topic

How to display Last Updated date on pages and posts

21 replies · Started by Amit on January 31, 2018

Viewing posts 16–22 of 22

Try this CSS:

.home .posted-on {
    display: none;
}

'by Amit' remains there at Home page! That should also be removed.

To remove all of the meta, you would do this:

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

Hello Leo, I want to display ‘Last Modified’ date on single page and on home page seen by normally date format like 14 august 2018.

Hey tom, the code above is working fine but i want the date to be auto-updated everyday.

Can you provide me a code, so that every day the date of my pages(pages only) automatically gets updated with new dates.

Regards Ranjit

Hi Ranjit

can you raise a new topic please.

This archived topic is closed to new replies.