Last Updated on July 9, 2018
Filed under Articles, Plugins

Displaying the Review Date

The published date of the reviews, local and API, are only placed in the schema markup. However, they can also be included in the display output such as after the rating or before the message as an example.

To have the date display, we first need to add it to an area of the review template. There are numerous developer hooks available but as an example, let's output the date at the end of the author template. This area includes the name, image, tagline/website, and rating.

 

Example:

John WayneJohn WayneActor
Jun 5, 2017

Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Adjusting the Date format

The default format returned is Y-m-d (2018-01-31). If you would like to adjust this like the example above, you would use the below filter.

The returned string should be formatted according to the PHP date/time spec.