开发者 |
phillcoxon
christopherross |
---|---|
更新时间 | 2016年1月18日 05:31 |
捐献地址: | 去捐款 |
PHP版本: | 2.0.0 及以上 |
WordPress版本: | 3.5.1 |
thisismyurl_autocopyright_article( 'format=#c# #y# #sitename#. All Rights Reserved.' )
- Will display the copyright for a specific article, must be called from within the Loop.thisismyurl_autocopyright( 'Copyright ( #c# ) #from# - #to#' )
- Will display the full copyright for the siteTechnical support is available for free from the WordPress community on wordpress.org.
Insert the following code into your WordPress theme files:
echo thisismyurl_autocopyright();
You can change how the plugin functions by adding the format option to the function as follows: The plugin recognizes #from# and #to# as valid placeholders.
echo thisismyurl_autocopyright('format=Copyright (#c#) #from# - #to#');