XSNP Themepack
This is a package which includes all the themes used at Livelyblog. These themes all contain this extra code in the footer, which really is a bad way of doing it for various reasons:
<?php
if ( function_exists(’sitewide_footer’) ) :
$sitewidefooter = sitewide_footer(false,false);
echo $sitewidefooter;
endif; ?>
The reason this is done is because the footer text sometimes needs to be in a different place than the wp_footer hook needs to be in order to make the admin bar included in the plugin-pack display correctly.
- themes-2007-12-18.tar.bz2 (29 MB, 236 themes)
February 12th, 2008 at 2:02 am
anyone tested these? are they cleaned up and ready for use?