Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1702792
Post modified
Closed

Comments

  •   Thibault started the conversation
  •  501
    Penci replied

    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

  • Thibault replied

    Thanks you !

  • Thibault replied

    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.

  •  501
    Penci replied

    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