WordPress Auto Copyright Plugin

Plugin Name

Contributors: christopherross
Plugin URI: http://thisismyurl.com/wordpress/plugins/autocopyright
Tags: copyright generator
Donate link: http://www.thisismyurl.com/donate/
Requires at least: 2.0.0
Tested up to: 2.7.1
Stable tag: 0.2.3

Automatically generates a copyright notice based on the first and last post published in the WordPress database. The notice can be placed anywhere in the web site template using a simple <?php echo autocopyright();?> tag.

Description

Automatically generates a copyright notice based on the first and last post published in the WordPress database. The notice can be placed anywhere in the web site template using a simple <?php echo autocopyright();?> tag.

Installation

To install the plugin, please upload the folder to your plugins folder and active the plugin.

Displaying the results

If you would like to display the current money raised, include the following code in your WordPress theme:

<?php echo autocopyright();?>

Screenshots

Updates

Updates to the plugin will be posted here, to http://www.thisismyurl.com/plugins/autocopyright

Frequently Asked Questions

How do I display the results?

Insert the following code into your WordPress theme files:

<?php echo autocopyright();?>

Is this plugin stable?

Technically yes. Until I upgrade the version to 1.x, I still consider it to be in development but yes it has been tested and works well.

Donations

If you would like to donate to help support future development of this tool, please visit http://www.thisismyurl.com/donate/

Change Log

0.2.3 (2009-03-16)
Added the change log

0.2.3 (2009-03-26)
- Happy Birthday to me
- Fixed a link in the readme.txt file