Hey Now, yes the venerable Independence-Day WordPress theme has gotten not only a facelift but a new infrastructure as well.
This is a whole new theme really with just the same look and feel as the old Independence Day theme but the original was so popular I decided that it was only fitting that it be brought up to date with a modern code base.
Keep in mind the right hand sidebar has my Google ad code in there – feel free to use a widget to overwrite it or paste in your own ad code – but please respect the creative commons license and leave my link in the footer.
Pingback: Leonaut.com
Hi.
Thank you for the IndyDay theme.
I found a bug in header.php line 71.
ID.”&echo=0″)) { ?>
This bug produces an unexpected behavior if there are no posts. What happens is the menu re-appears in the red sub menu section because $post is null.
The fix is to check if($post) as well.
Thank you.