Rotating Header plugin
To use this plugin you need to add a function in your theme and possibly add some additional CSS. Here is an example of how we use it for many of our client websites.
<?php if (function_exists('rotating_header_draw')) {
rotating_header_draw();
} else { ?>
<div id="splash"></div>
<?php } ?>
Where #splash is a fallback to the built in WordPress theme "custom header" feature The block of code we would either put into a custom home page template or wrap in a call to is_front_page.
Requires: 3.0.0 or higher
Compatible up to: 3.0.5
Last Updated: 2011-1-16
Downloads: 4,576
Got something to say? Need help?