Fri, Feb 13 2009
This is courtesy of mscott
How to Add pages to your main (Black) menu.
In the header.php add:
<?php wp_list_pages(‘title_li=’); ?>
So you change this:
<ul id="nav" class="clearfix">
<li...
Sun, Feb 8 2009
Ever wanted to see how other themes look on your site but didn’t want your visitors to notice or see anything different while you play around or develop another theme. Well I can say that this plugin...
Adding Google AdSense Under Comments
Let’s start by putting this code in your screen.css All I did was co-opt the flickr code and renamed it for google ads for comments. /* Google Ads Under Comments */ #googleads { padding: 10px 0; border-bottom:...