Okay
  Public Ticket #3084958
Post Grid - display last modified date instead of publish date
Closed

Comments

  • matejkaninsky started the conversation

    Hi, I'm going to be updating my posts every now and then and would like to be displaying the last modified date throughout my website, rather than the original publish date.

    It's possible to set this up at a single post level and it's also possible to order posts by the last modify date within the Post Grid element.

    However, the post grid page only shows the publish date, making everything inconsistent. E.g. within the post grid element, a post will display a publish date of 26/06/2022 and then you click through and there's shown 14/07/2022 as the last modified date in the actual post header.

    Any way to display the last modify date at the post grid level as well?

    Many thanks!

  •  8,342
    Tahir replied

    Hey matejkaninsky ,

    Escalating this to the developer to check if a quick fix is available.

    Thanks


    ThemeNectar Support Team 

  •  971
    ThemeNectar replied

    Hey matejkaninsky!

    In the Salient options panel > Blog > Functionality tab,  you can switch the "Post Date Functionality" to "Show Last Edited Date" to handle this.

    However, It looks like there is a bug where this won't take effect if you have the excerpt disabled in your post grid options. Can you try enabling that option and then hiding it by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

    #ajax-content-wrap .nectar-post-grid-wrap .nectar-post-grid-item .content .meta-excerpt {
      display: none;
    }
    

    Kind regards,