Archive for 2009

Backlinks- all you ever need to know about SEO

In a previous post, we discussed why links are important- they get you ranked. Now, lets take that a next step further: what kind of links do you want?

The perfect link. So what is the perfect link?

Well, the perfect link…

How to Define Your Own Dashboard Logo

This post was generated by an RSS Feed from WP Recipes

The first thing to do is to get your logo ready. Size might be 30*31px and the logo must be uploaded the images directory of your theme dir.
For exemple, if…

Take Your SEO from Harlem to Manhattan

This post was generated by an RSS Feed from Search Engine Guide

by Stoney deGeyter

Ever see one of those movies where some secret government agency has a super high-tech office in an old, dilapidated building in some rundown part of town?…

How to Create an Envelope Icon in Photoshop

In this tutorial, you’ll go through easy steps for creating a nice envelope icon. There’s a light use of the Pen Tool in the tutorial, but most of it uses Selection Tools to create this icon. The stamp is also…

How to detect mobile visitors on your WordPress blog

This post was generated by an RSS Feed from WP Recipes

To achieve this recipe, you first have to get the code from detectmobilebrowsers.mobi and upload it to your theme directory.

Once done, simply open your header.php file and place the following at the…

Spruce It Up With Fonts

The landscape of web typography is changing quickly these days. We’ve gone from the wild west days of sIFR to Cufón to finally seeing font embedding seeing wide spread adoption by browser developers (and soon web designers) with @font-face. For…

110+ Free Vector Letter-Pressed Icons

Creative Nerds, a blog focused on design inspiration, is sharing 100+ free letter pressed icons in PSD format.

This beautiful set comes in 3 different styles. It includes icons of social bookmarking, actions & other various shapes.

They are free to be used in…

Insert Google Analytics without editing your theme

This post was generated by an RSS Feed from WP Recipes

Just insert the following code into your functions.php file, and you’re done. Don’t forget to paste your Google Analytics code on line 5.

<?phpadd_action('wp_footer', 'ga');

function ga() { ?>    // Paste your…

173 Store Template

>> Go Get Template

WordPress tip : Better page navigation

This post was generated by an RSS Feed from WP Recipes

This recipe is extremely easy to implement : open you index.php file and replace your current navigation by the following:

<?php if ($paged > 1) { ?>

	<div class="navigation">
	  <div class="alignleft">
           <?php…