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
- By default, writing [acs] shortcode will produce like
? copyright 2019 WordPress
- You can skip anything in default copyright text, just write ‘hide’ for that attribute
- For example, to hide the copyright symbol from copyright, just write [asc symbol=’hide’] and it will hide the symbol
copyright 2019 WordPress
- You can also change anything in default copyright text, just write the value of that attribute
- For example, to change the default title of the site, just write [asc title=’www.remarpro.com’] and it will override the default value
? copyright 2019 www.remarpro.com
- You can add the founded year in copyright text, just write the year to attribute byear
- 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
- symbol – It shows the copyright symbol. Default value is ‘?’
- copyright – It shows the copyright text. Default value is ‘copyright’
- cyear – It shows the current year. Default value is ‘true’
- byear – It shows the founded year. Default value is ‘false’
- title – It shows the site name. Default value is your site name
- url – It links the url to the title. Default value is your site url
Screenshots
Installation
Installing directly from wordpress backend
- Goto Plugins -> Add New
- Search for Automatic Copyrights Shortcode
- Install and Activate the plugin
- Use the shortcode [acs] wherever you want.
FAQ
- How do I get my copyright show on my site?
-
Try adding the shortcode [acs] to wherever you’d like to display the copyright on.
- What attributes does the [acs] shortcode accept?
-
Automatic Copyrights Shortcode accepts the six attributes: “symbol”, “copyright”, “cyear”, “byear”, “title” and “url”.
Reviews
Contributors & Developers
“Automatic Copyrights Shortcode” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Automatic Copyrights Shortcode” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial version