WP Manifestindependent plugin directory
manifest / editor / copyright-date-block

Copyright Date Block

Display your site’s dynamic copyright date through this WordPress block.

by Aminul Islam Alvi · github.com/aialvi/copyright-date-block

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/aialvi/copyright-date-block/archive/refs/heads/main.zip

From the readme

Copyright Date Block This plugin adds a copyright date block to your WordPress website. You can easily display the current year in your footer or anywhere on your site using this block. Installation 1. Upload the copyright-date-block directory to the /wp-content/plugins/ directory. 2. Navigate to the copyright-date-block directory in your terminal. 3. Run npm install to install the necessary dependencies. 4. Run npm run build to build the plugin assets. 5. Activate the plugin through the 'Plugins' menu in WordPress. Usage 1. After activating the plugin, you will find the "Copyright Date" block in the block editor. 2. Simply add the block where you want to display the current year. Frequently Asked Questions How do I customize the copyright date? The copyright date automatically updates to the current year, ensuring your copyright information is always accurate. Changelog 0.1.0 - Initial release. Upgrade Notice 0.1.0 Initial release. No upgrade necessary. Support For help and support, please open a

Read the full README on GitHub →