To make your WordPress be better search engine friendly, you should keep your URL as short as possible, and remove all unwanted words(like ‘a’, ‘an’, ‘the’, etc. ). You can do it without any plugin.
Category Archives: WordPress
How to Show the Number of WordPress Search Results
The default WordPress search results page does not display the number of search results, but the title “Search Results.” You can make it show the number of search results by using the following method.
Redirect to Post if Search Results Returns only one Post In WordPress
A cool snippet which you can use to redirect your WordPress readers to post if there’s only one post in the search results. Continue reading
How to Change the Height of the Header Image in WordPress Twenty Eleven Theme
As what you have known, in the WordPress Twenty Eleven theme, the default size of the header image is 1000px wide and 288px high, you do not need to change the header image width, but you can change its height to what you want.
You can make your header image smaller or larger without creating a new one. To do that is pretty simple, the following will show you the ways.
Change the "Howdy" message to "Welcome" in WordPress Admin Area
Every time you login to your WordPress, you always see the “Howdy” message in top right of your admin area, maybe you don’t like that, then you can customize it.
With this function showed below you can change the “Howdy” to “Wellcome” or other message you want.
How To Disable XML-RPC Service in WordPress 3.5
Maybe most of us who love WordPress know that the XML-RPC service was enabled by default in WordPress 3.5, and it was considered a security hole. If you have no intention to use any offline writing tools, you’d better disable it.