Skip Navigation

[Resolved] [wpv-post-modified format=”d-m-Y h:i:s A (T)”] not displaying last modified date

This thread is resolved. Here is a description of the problem and solution.

Problem:
How to display post modified date

Solution:
View's offers shortcode [wpv-post-date] that supports option to display modified date for post:

[wpv-post-date type="modified"]

Relevant Documentation:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-date

This support ticket is created 7 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by marcB-6 7 years, 2 months ago.

Assisted by: Minesh.

Author
Posts
#573590

I am trying to display displaying last modified date of post.
I expected to see last modified date of post.Instead, I got blank

I put short code from this link : https://toolset.com/forums/topic/add-modified-argument-to-wpv-post-date-as-a-way-to-output-last-modified-date/

<span>Updated [wpv-post-modified format="d-m-Y h:i:s A (T)"]</span>

Thanks

#573675

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - View's offers shortcode [wpv-post-date] that supports option to dispaly modified date:

For example:

[wpv-post-date type="modified"]

More info:
=> https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-date

#573721

Its Working..Thanks!!