Ads By Google

A Dateless WordPress Theme For Niche Blogging

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

Share This Post
Ads By Google
 

Free Updates

Subscribe to receive Free WordPress Theme Tips, Reviews and Discount Codes

Related WordPress Theme Tips

Turning to Niche BloggingNiche blogging is taking off in a big way in recent months. While it has always been advocated by blogging gurus that to stand out from the crowd, our blogs...

4 Tips For Niche BloggingI first decided to try my hands at niche blogging after reading Vic’s Money Making Blog and how he revealed to his readers that the way to blogging dollars is...

What Is A Niche ThemeVery often, when you are searching for a Theme for your blog, you will come across some that claims to be Niche Themes. A niche, defined basically, is a specialized...

Simple Modifications For Your WordPress ThemeLots of us like to do some modifications to our WordPress Themes to make it look unique. In reality, modifying a theme’s look is easy and anybody, even without basic...

Blogging NicheI have a feeling I am the odd one out here, when it comes to understanding the term blogging niche. Of course I have read a thousand times that if...

Those who found this page were searching for:

  1. best sniper blog themes
  2. "estore" theme wordpress
  3. sniper themes for wp
  4. themes for niche free
  5. google
  6. free niche headers for wordpress
  7. dateless snioer wordpress theme
  8. dateless wordrepss theme
  9. wordpress dateless themes
  10. blog header image ideas

3 Responses to “A Dateless WordPress Theme For Niche Blogging”

Read below or add a comment...

  1. Wayne says:

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

      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.

  2. Costa says:

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