Post Date Block: Published & Modified

Popis

This plugin extends the core Post Date block variation, specifically the „Post Date“ variation of the Date block. It appends the modified date to the block whenever it differs from the published date (when rendered in the provided date format). You can configure prefixes and suffixes for both dates, and you can display the modified date on a separate line.

For a full writeup of this plugin, see my blog post.

This is a prototype or stopgap for gutenberg#53099 (Post date: It is not clear that „display modified date“ replaces the publishing date). See also gutenberg#61920 (Add prefix / suffix to Post Date block). What eventually lands in core will hopefully leverage “shortblocks” so that the conditional prefixes and suffixes needn’t be provided in a block settings panel.

Usage

  1. Open the Site Editor to edit a block template.
  2. Insert a Date block.
  3. In the block settings, click the “Transform to variation” button and select “Post Date”.
  4. A new “With Modified Date” panel appears in the settings. Enable the “Show modified date when different from published date” toggle.
  5. Configure the prefixes and suffixes for the published date and modified date when the two differ for the selected date format; optionally enable the toggle to show the modified date on a separate line.

Note: There is currently no preview in the editor. To see the changes, save the block template and navigate on the frontend to a post that has been modified at least a day after publishing.

Obrázky

  • Settings for prefix on published date and modified date
  • Frontend rendering of prefix on published date and modified date (when they differ)
  • Settings for prefix and suffix on modified date only with line break removed
  • Frontend rendering for prefix and suffix on modified date only with line break removed

Inštalácia

Automatic

  1. Visit Plugins > Add New in the WordPress Admin.
  2. Search for Post Date Block: Published & Modified.
  3. Install and activate the Post Date Block: Published & Modified plugin.

You may also install and update via Git Updater using the plugin’s GitHub URL.

Manual

  1. Download the plugin ZIP either from WordPress.org or from GitHub. Alternatively, if you have a local clone of the repo, run npm run plugin-zip. (No building of the editor JavaScript is required.)
  2. Visit Plugins > Add New Plugin in the WordPress Admin.
  3. Click Upload Plugin.
  4. Select the post-date-modified.zip file on your system from step 1 and click Install Now.
  5. Click the Activate Plugin button.

Recenzie

Pre tento plugin nie sú žiadne recenzie.

Prispievatelia a vývojári

“Post Date Block: Published & Modified” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.

Prispievatelia

„Post Date Block: Published & Modified“ bol preložený do 2 jazykov. Ďakujeme prekladateľom za ich príspevky.

Preložiť „Post Date Block: Published & Modified“ do vašho jazyka.

Máte záujem o vývoj?

Prehľadávajte zdrojový kód, preskúmajte SVN repozitár, alebo sa prihláste na odber vývojárskeho logu cez RSS.

Zoznam zmien

1.0.0

  • Initial release.