In WordPress, when you use wp_page_menu
your anchor attribute’s usually carry a title with the same name. I’m not sure if it’s correct to do this, but it bother me when I hover over a page menu navigation link and I get a hover of the title.
So on my site I used jQuery to remove the title:
$("#nav a").removeAttr("title");
Pretty simple huh?
Most all WordPress theme's use a a simple search form to search your site. But…
Ever wanted to display the title of a post somewhere but limit the amount of…
Hey, in case you are unaware, WordPress has launched a new site called WordPress.tv. Check…
When you are trying to market a product, the product or service is only as…