Discusses various options for optimizing the use of graphics in WordPress blogs and other websites. The techniques include image web optimization, defining height and width for the images, and using multiple hostnames for images used. Multiple hostnames helps to connect and download more than two images at the same time. Read full story »
Design your WordPress theme to take care of Print option. For WordPress blog, the sidebar, advertisements and navigation options can be hidden while printing. Read full story »
Do you have a 404 page in your website or self hosted blog? If not, wordpress.org has given instructions on how to create custom 404 for WordPress theme. For your website, you may just google it out.
If your hosting supports, define the 404 error handler page as 404.php in the .htaccess file, like this.
# For
Read full story »
I am planning to write a series of posts on my insight into WordPress including performance, using custom functions, search engine optimization, themes, plugins, caching, usability, etc.
In this post, I am going to talk about performance customizations you can do with your WordPress theme.
Replace Common WordPress Functions with Constants
WordPress has its own inbuilt caching system,
Read full story »
What does the WWW mean nowadays? It is just the world wide web, synonym for the internet, right?
Then, why should we prefix our websites with www always? It has been a practice for so long to have website domain names start with www. Why don’t we just get rid of it, and have clear
Read full story »