A Dateless WordPress Theme For Niche Blogging

by Costa on June 12, 2008

Those who subscribes to Court’s Internet Marketing School would have learned keyword sniping and how powerful it could be when mastered and used for niche blogging. To complement the tactics used in keyword sniping, Court has specially modified a theme to complement what he has taught and make it all the easier for his teachings to work. Named very appropriately as Dateless Sniper, this theme is an SEO novice’s dream come true for Court has done all the necessary codings to optimize the theme for Search Engines to easily pick up the keywords of the niche that your blog is about.

I won’t be dwelling into what this theme can do but when I saw the video tutorial In Court’s latest post, I started to wonder. Given Court’s vast base of readers, at least a few hundred will be using this theme for their niche blogs and will it not be too boring for a few hundred blogs to look exactly the same? I downloaded a copy to see if I can add in a header and do some personalization on it, and the best way to personalize any Theme is of course giving it a unique header. Like what you see below.

Dateless Sniper Header

Adding A Header Image to The Dateless Sniper WordPress Theme.

Now please bear in mind that as I am no SEO expert, I do not know if adding a header will interfere with Court’s motive for the Theme as this Theme is suppose to increase your keywords visibility with search engines. Since I did not mess with anything else but the header division codes in the stylesheet, I figure i did not do any harm.

Okay, first go create your header image. Size it to 960px x 85 px. Upload it to your images folder within this the theme with a name and format that you can remember. Open the theme’s stylesheet and scroll down to the header division denoted by #header and add your header images like this.

#header {
background:url(images/header.jpg);
width: 960px;
height: 85px;
margin: 0px auto 0px;
padding: 0px;
}

The header is divided into 2 portions. Headerleft and Headerright. Our image will be sitting on headerleft, so go down again until you see headerleft and change the codes to look like this,

.headerleft {
background: #000000;
width: 960px;
float: left;
margin: 0px;
padding: 0px 0px 0px 10px;
}

and headerright to look like this,

.headerright {
background: #000000;
background-repeat: no-repeat;
width:0px;
height: 86px;
float: right;
}

Only them will your header image cover the whole area, else it will look quite odd. Then of course you will not want the header title to be displayed so go to the header title division and add in “dispay:none;” like below.

#headertitle {
display: none;
font-family: Times New Roman, Helvetica, Sans-Serif;
font-size: 48px;
color: #3399FF;
text-decoration: none;
padding: 0px;
margin: 0px;
font-weight: normal;
}

With that done, you should have a nice looking header, but there remains a small problem. There is no “home” link. Of course you can add it in your sidebar with widgets but the habit of most surfers is to click on the header title or the “home” link on the navigation bar below the header to go back to your homepage. Since we have hidden the Title, there is no way back so the best way now is to make our header image click-able. To do that, go to your header php and locate this short line of codes.

<div id=”header”>

Replace this line with the one below and clicking the header will take the visitor back to the homepage.

<div id=”header”onclick=”location.href=’http://yoursiteurlhere/’;” style=”cursor: pointer;”>

Remember to type in your site’s homepage url within the colons in the place stated above.

Have fun!

Download Links And Video Tutorial For Dateless Sniper

Related posts:

  1. Using The Dateless Sniper Template For Bans I am and still is of the opinion that when I Build a Niche Store, (BANS) I will want my visitors, no matter the amount, as sometimes it could be only 3 to 5 per day, to land themselves on a page where they can find, in the first instance,...
  2. Inserting A New Header Image I said before that I don’t like to mess with header images for WordPress Themes that does not comes with any header images. Themes like this one that I am using does not have provisions for header images and when you are not good in CSS codes like me, trying...
  3. How To Remove Dates In Your WordPress Blog For some reasons, there are times when you would prefer not to have the date displaying in your post. Cases where you do not update often or where you have a blog that is quite static and is just lying there to earn money, it would be good to...
  4. Align Image In Post WordPress 2.7 More than a year ago, I posted the stylesheet codes for aligning images in your WordPress posts. Times have changed and WordPress has added many new advanced features. One of them is the ability to align your images perfectly when you insert your image in your post editor. The only...
  5. Changing Background Color For Your WordPress Theme There are two backgrounds in a WordPress Theme. One is the overall background. If you have a fixed width theme, the color surrounding the contents is the overall background. The other is the content background. That is the background color that you see in your contents area. Changing the overall...

{ 5 comments }

Wayne June 28, 2008 at 10:40 pm

Where’s a good place to look for headers like you have shown? I’ve used bits of photos I’ve cropped, but not being artistically challenged where would be some good ideas?

Costa June 29, 2008 at 10:46 pm

Hi Wayne,

LOL. The one you see are done by me and you won’t find it anywhere. But if you Google for “Free Header Image” or “Free Blog Header Image” you should be able to find hundreds off free headers.

Timepass October 5, 2009 at 1:55 am

The Dateless sniper 2.0 theme is not compatible with WP 2.8.4 i believe. The right side bar “Categories” and “Tags” widgets aren’t getting updated!

Costa October 5, 2009 at 8:23 am

I believe you are right. It’s an old Theme. This post was written a year ago.

Sushine October 27, 2009 at 10:19 am

I definitely appreciate this. I’ll get to work on this.

Thank you so much!

Comments on this entry are closed.