Plugin info

Total downloads: 232
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/28/2025 (217 days ago)
Added to WordPress: 5/28/2025 (0 years old)
Minimum WordPress version: 5.8
Tested up to WordPress version: 6.7.4
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Stale • Last updated 217 days ago

38/100

Is Post Date Labels abandoned?

Likely maintained (last update 217 days ago).

Compatibility

Requires WordPress: 5.8
Tested up to: 6.7.4
Requires PHP: 7.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Post Date Labels is a lightweight WordPress plugin that enhances the post date block by allowing you to add contextual labels before and after the date. Perfect for adding context like “Published on”, “Last updated”, or custom labels to make your post dates more meaningful.

Key Features:

  • Add custom prefix and suffix labels to post date blocks
  • Separate labels for published and modified dates
  • Automatic detection of date type (published vs modified)
  • Clean, semantic HTML output with proper CSS classes
  • Works seamlessly with the WordPress block editor
  • Lightweight and performance-optimized
  • No configuration required – works out of the box

Use Cases:

  • Add “Published on” before publication dates
  • Add “Last updated” before modification dates
  • Include timezone information after dates
  • Create custom date formatting with contextual labels
  • Improve content accessibility and user experience

How It Works:

The plugin automatically detects whether a post date block is displaying the published date or modified date and applies the appropriate labels. You can customize the labels directly in the block editor sidebar when editing a post date block.

Developer Friendly:

  • Clean, well-documented code
  • Follows WordPress coding standards
  • Extensible architecture
  • Proper CSS classes for styling customization

Installation

  1. Upload the plugin files to the /wp-content/plugins/post-date-labels directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Edit any post or page and add a Post Date block.
  4. In the block sidebar, you’ll find new options to add prefix and suffix labels for both published and modified dates.

Frequently Asked Questions

Does this plugin work with all themes?

Yes, Post Date Labels works with any theme that supports the WordPress block editor. The plugin adds semantic HTML with proper CSS classes that can be styled to match your theme.

Can I style the labels differently?

Absolutely! The plugin adds specific CSS classes for each label type:
.post-date-prefix and .post-date-suffix for general styling
.post-date-published-prefix, .post-date-published-suffix for published date labels
.post-date-modified-prefix, .post-date-modified-suffix for modified date labels

Does this affect site performance?

No, the plugin is designed to be lightweight and only loads minimal CSS and JavaScript when needed. It has no impact on your site’s loading speed.

Can I use different labels for published and modified dates?

Yes! The plugin automatically detects whether the post date block is showing the published date or modified date and applies the appropriate labels.

Is this compatible with caching plugins?

Yes, Post Date Labels is fully compatible with all major caching plugins as it doesn’t use any dynamic server-side processing that would conflict with caching.

Review feed

No reviews available

Screenshots

  1. Post Date block with custom prefix and suffix labels in the editor

    Post Date block with custom prefix and suffix labels in the editor

  2. Block sidebar settings showing label configuration options

    Block sidebar settings showing label configuration options

Changelog

1.0.1

  • Initial release

1.0.0

  • Internal release
  • Add prefix and suffix labels to post date blocks
  • Automatic detection of published vs modified dates
  • Clean HTML output with semantic CSS classes
  • Block editor integration with sidebar controls