Skip to content
Public Ticket #4284

Post modified

Conversation thread

Penci Design replied

Staff Reply

Hi,

Unfortunately, curenly this theme doen't support display the date of modified post on category  page.

Please waiting for us. I will add more this feature to next update version of PenNews.

Best regards,

PenciDesign

Thibault replied

Customer Reply

A another question :

It's ok on single post and page.

but on my category page, the date that is indicated is the date of creation.

Thibault replied

Customer Reply

Thanks you !

Penci Design replied

Staff Reply

Hi,

Please add more this code to Customize -> Addtional CSS to do that:

apply only single and page

\
.page .penci-posted-on .updated:not(.published),
.single .penci-posted-on .updated:not(.published) {
    display: inline-block;
}\ .page .penci-posted-on .entry-date.published,
.single .penci-posted-on .entry-date.published {
    display: none;
}
\

Or  all blog

\
.updated:not(.published) {
    display: inline-block;
}\ .entry-date.published {
    display: none;
}
\

Best Regards,

PenciDesign

Want to join this conversation or access attachments? Sign in first.