The Latest Articles:

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

As armchair designers we sometimes want to personalize our theme to fit our taste.

One of the simple changes that provides a different look is to have the Top Navigation float right instead of left.

This requires a simple addition to the style .css file.

#access .menu-header ul, div.menu ul {
float:right;
padding-right:10px;

list-style:none outside none;
margin:0;
}

The only two lines added here are in bold.

The padding-right is to provide some space at the right edge of the menu. If you have the menu background set to no color then you probably won’t need the padding right.

  • Share/Bookmark

Post Tags: ,

How to Remove the Title and Keep the H1 Tag in Twenty Ten

The H1 tag is the most important tag on site.  It is where your primary Keywords belong.  Wordpress General Tab is where you set the Site Title and Description.  Most theme designers work these into the header of a site.

Twenty Ten is no exception.  We find the css for these  under:

site-title {

There are style codes in here

}

and

site-description {

There are style codes in here

}

However, some don’t like seeing those on screen and simply delete the site title and description from the Genral settings tab.

Very nice, clean look.  BUT and this is a big BUT.

They don’t realize the H1 tag for the site is now EMPTY.  There isn’t one.  This is a big SEO NO NO.

With Twenty Ten there is an easy way to get your seo and not show it.

add this line of styling in each of the two areas mentioned above.

margin-left: -9999px;

This will move the title and description off screen while the H1 tag will remain in place for the bots.

  • Share/Bookmark

Post Tags: ,

Twenty Ten Skip the Excerpts

How do I display whole posts in search and archives

  • Share/Bookmark
Guest Post for your site

I am also associated with few finance sites also which I keep on updating on the regular basis.

  • Share/Bookmark
RE Bloggers DO NOT Use This Plugin

RE Bloggers DO NOT Use Powerfull Blog Post Promoter (PBPP)

  • Share/Bookmark
Twenty Ten Left Sidebar

You want the sidebar on the left? But it comes on the right. There’s no option to set it left or right. But as with most things Twenty Ten it is very simple to put the sidebar on the left

  • Share/Bookmark