tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
198 stars 23 forks source link

Feature: `{{post_date}}` tag #1518

Closed tomusborne closed 19 hours ago

tomusborne commented 20 hours ago

closes #1505

This PR replaces the {{published_date}} and {{modified_date}} dynamic tags with a single {{post_date}} tag.

This tag can be configured to show the published, modified or modifiedOnly.

It also adds a dateFormat input to the UI.