Update: 26 Sept 2007

  • Added support for WP2.3 tags.

Below is a link to my first theme for WordPress.

copperleafplus.jpg

Some of the recent changes include:

  • added a screenshot for use by Wordpress 2
  • added date and day links to the top of each post
  • adding some javascript to allow for expansion and contraction of sidebar components
  • cleaning up some of the css
  • fixing the theme so it passes XHTML and CSS validation
  • making some minor modifications to the layout of posts and comments
  • making plugin references that aren’t present, fail gracefully
  • better photo support (cpl plugin only) when javascript is disabled
  • Added addition defines tag for alternate “photo of the day” modes with CPL. Requires CPL 0.10 or higher to use the tag.

Plugins supported:

Customization Method

In Wordpress 2.x you can configure some user defined values that can be used to enable/show additional info in the theme. This can be accessed from the “Copperleaf Plus Options” tab under the “Presentation” tab when Copperleaf Plus is the active theme.

“Hosted by” Name - Shows up in the metadata section of the sidebar as “Hosted by xxxx”

“Hosted by” URL - Is the URL for the host name in the metadata section of the sidebar.

Technorati ID - If you have a technorati account and have claimed your blog, you can put the claim id here.

Adsense ID - This is where you can set your Google Adsense ID if you have one.

Copyright Statement - You can put your copyright info here.

CPL Photo of the Day Mode - If you use CPL 0.10 or higher, you can set this define to be the “photo of the day” mode to use:

newest | random | roundrobin | newestrandom | newestroundrobin

Older Customization Method

NOTE: This method has been superceded by the theme options on the themes page in admin that is supported by Wordpress 2.x.

There is support for some user defined values that can be used to enable/show additional info in the theme. This approach will allow for you to personalize the theme a bit without having to reedit when I have minor fixes in the future. Additionally, this makes it easier for me to maintain since I no longer have to maintain two versions of the theme.

With the theme is a file called defines_sample.php. Rename/copy the file to defines.php and edit the values to your liking. Currently there are five constants that can be define, use the ones that you like, remove or comment out the ones that you don’t.

COPPERLEAF_PLUS_HOST_NAME - Shows up in the metadata section of the sidebar as “Hosted by xxxx”

COPPERLEAF_PLUS_HOST_URL - Is the URL for the host name in the metadata section of the sidebar.

COPPERLEAF_PLUS_ADSENSE_ID - This is where you can set your Google Adsense ID if you have one.

COPPERLEAF_PLUS_COPYRIGHT - You can put your copyright info here.

COPPERLEAF_PLUS_TECHNORATI_ID - If you have a technorati account and have claimed your blog, you can put the claim id here.

COPPERLEAF_PLUS_PHOTO_OF_THE_DAY_MODE - If you use CPL 0.10 or higher, you can set this define to be the “photo of the day” mode to use:

newest | random | roundrobin | newestrandom | newestroundrobin

It is a derived work from the Minima Plus theme from Theron Parlin.

Readme: readme.txt
Download: copperleafplus1.21.zip