Tag Archives: support

Add Twitter to Bookmarks.php

Add Twitter to Bookmarks.php

Did you notice at the bottom of your post you have all those goodie bookmarks? Did you also notice that something was missing? That’s right twitter seemed to be missing from the list of bookmarks.... 

How to Ad 125/125 Advertising Blocks

How to Ad 125/125 Advertising Blocks

Some people requested that they want the ability to add 125×125 ads to their sidebar like the ones that I have so here it is. STEP ONE Add the below CSS to the bottom of your screen.css /* Ad Blocks ----------------------------------------------------------------... 

Adding a Page to the Main Menu

Adding a Page to the Main Menu

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... 

Test Drive Your Theme Plugin

Test Drive Your Theme Plugin

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

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:...