By default, your WordPress archives widget shows only the monthly archives. In order to give readers more choices to find your articles, you can link the published dates to their archives, which allows them to find archives by year, month, and day. It is easy to do that.
How To Make Google AdSense Ads Responsive with JavaScript
Google AdSense Ads aren’t responsive by default, but you can make it respond to the screen size of the visitor by using a simple JavaScript.
Remove Short Words In URL In WordPress
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.
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.