Automatic Copyrights Shortcode

0

Are you tired of updating the copyright year of your websites every year? Don’t worry! This plugin allows you to write once and forget about the updating it every year. Just write the

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

Are you tired of updating the copyright year of your websites every year?

Don’t worry! This plugin allows you to write once and forget about the updating it every year. Just write the schortcode [acs] in the post or widget or anywhere, and it will show the complete copyright year with ‘copyright symbol’, ‘copyright text’, ‘current year’, ‘site name’ and ‘site url’.

Tested with WordPress 5.0.3!

[acs] shortcode also support various attributes and that can be hide or modified easily.

Plugin Usage

  1. By default, writing [acs] shortcode will produce like © copyright 2019 WordPress
  2. You can skip anything in default copyright text, just write ‘hide’ for that attribute
  3. For example, to hide the copyright symbol from copyright, just write [asc symbol=’hide’] and it will hide the symbol copyright 2019 WordPress
  4. You can also change anything in default copyright text, just write the value of that attribute
  5. For example, to change the default title of the site, just write [asc title=’WordPress.org’] and it will override the default value © copyright 2019 WordPress.org
  6. You can add the founded year in copyright text, just write the year to attribute byear
  7. For example, to write 2012 as founded year, just write [asc byear=’2012′] and it will show like © copyright 2012-2019 WordPress

Is it not simple? Yes! definitely it is.

Below is the list of all attributes you can modify or hide.

Available Attributes

  1. symbol – It shows the copyright symbol. Default value is ‘©’
  2. copyright – It shows the copyright text. Default value is ‘copyright’
  3. cyear – It shows the current year. Default value is ‘true’
  4. byear – It shows the founded year. Default value is ‘false’
  5. title – It shows the site name. Default value is your site name
  6. url – It links the url to the title. Default value is your site url