cpradio's tidbits of information a one stop spot for my personal references

26May/05Off

Another Minor Plugin

Well, I developed another plugin, this one being very minor, as it just utilizes a built in functionality. Simply, I wanted a quick way to enable or disable the showing of the calendar in my WordPress theme, so I created a plugin to do this.

Like my Recent Posts plugin, it requires a hook to be added to sidebar.php. My hook is like so:

<?php do_action('cp_sidebar_showcalendar', ''); ?>

Next you will need to download the ShowCalendar.php plugin which is accessible via my Stripper program. Enjoy!

Filed under: WordPress Comments Off
Comments (0) Trackbacks (0)

Sorry, the comment form is closed at this time.

Trackbacks are disabled.