The Copyright Plugin automatically keeps your WordPress page copyright notices up to date. It insures that the copyright notice for each page (be it a single page or an index) includes the earliest date of publication as well as the current date.
The Copyright Plugin was written by Paton J. Lewis at Symbolcraft.
Copyright Plugin 1.1 for WordPress has been tested with WordPress 2.0.10. If you have success using this plugin with another version of WordPress, please let me know. The previous version of the Copyright Plugin for WordPress has been tested successully with WordPress 2.0.6, 2.0.9, 2.0.10, and 2.1.2.
Copyright © 2007 Paton J. Lewis <pjl@symbolcraft.com>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
copyright.php
to your WordPress plugins foldercopyright-it_IT.mo
.
<?php if( function_exists( 'pjlCopyrightGet' ) ) echo pjlCopyrightGet(); ?>
the_content()
:<?php if( function_exists( 'pjlCopyrightMin' ) ) pjlCopyrightMin(); ?>
<?php $page_copyright_start_date = "1996"; ?>