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

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

Adding A Banner Beneath the Featured Stories

Adding A Banner Beneath the Featured Stories

First you need to make sure your image is the proper size. I used  a 580 width and it seemed okay. Now were just going to adjust the flickr code slightly so we can add the banner. (Notice: This will take... 

How To Add Pages

How To Add Pages

Premium Wordpress themes are like TheStars give developers and WordPress users a great option for a good looking site. Adding Pages to the top of the Menu: First: open up the header.php from your theme...