Making Your Website Tablet-Ready Should Be One of Your Top Priorities This Year

If you’re reading this article than most likely you already know just how big of an impact tablets like iPad are making on website traffic. After only being on the market for a few short years, tablets have already changed the way a large percentage of people are accessing the internet.

How to remove the url field from WordPress comment form

Paste the code below into your functions.php file of wordpress theme. Once saved, the url field will be removed from your comment form in wordpress.

How to Set Featured Image automatically in WordPress

Here is way to set featured image automatically in WordPress.. Have a look at below code block,  function which you can place in your function.php of active wordpress theme and its done. So simplly follow is the steps which I have coded in this wordpress function: Select all posts Get first attached images of the […]

Return ID of the parent page if parent page exists in wordpress theme

This is a great little snippet that will let you return the ID of the parent page if the page has a parent in wordpress. Just add this snippet to the functions.php of your wordpress theme and your ready to get wordpress the parent page ID.

WordPress Get parent page ID if exists

This is a great little wordpress snippet that will let you return the ID of the parent page if the page has a parent in wordpress

Create A Responsive, Mobile-First WordPress Theme

Let’s assess the situation. WordPress is an extremely popular, flexible, easy to use and open-source blogging and CMS system. More and more mobile devices are flooding the market every day, changing the way people use the Internet. And the need is growing for more beautifully designed and coded WordPress themes that work well across all […]

WordPress Themes For freelancer and Design Studios

In today’s post I am showcasing WordPress themes that are perfectly suited to design studios, creative agencies and freelancers. These premium WordPress themes are perfect for showcasing your work and providing in depth information on your projects, the WordPress themes all feature pixel perfect designs to compliment your studio and work, some featured examples are […]

HTML5 know more about it

HTML5 will be the new standard for HTML. The previous version of HTML, HTML 4.01, came in 1999. The web has changed a lot since then. HTML5 is still a work in progress. However, the major browsers support many of the new HTML5 elements and APIs. According to the New York Times, “Engineers say the [HTML5] technology will […]

Stunning Useful WordPress Themes for Freelancers Web designer and developer

Today, we begin with WordPress. We all know that WordPress is a great platform that many WordPress freelancers, techie and non, can use to set up and build their online presence. So after browsing the web for great free and premium themes, here are 12 stunning WordPress themes for freelancers that you can download for […]

How to Optimize Single Domain Website to Target Different Countries seo

Recently I got a project which is single .com domain and it needs to be targeted to different countries. It`s an e-commerce site and had good rankings in US, now it needs to improve rankings in UK and AU also. I went through some webmaster forums to get the best picture how to start it with […]

How to Create a Custom Database Error Page in WordPress

Paste the code below into a new file. Name it db-error.php and save it on your wp-content directory. In case of a database error, WordPress will automatically use this file. Simple, yes, but more effective than the default error page at facilitating a rapid response. Again, because this is a regular PHP file, we can […]

Google Recreates the Hindu Epic Ramayana in HTML5

Google Indonesia has launched a new Chrome experiment that reimagines the story of Ramayana for the digital age. The plot of the story is the same as the classic version but here the characters – Ram, Sita, Hanuman and Ravan – use modern web tools like Google Talk, Maps, Docs, Gmail and even Web Search […]

How to remove The admin bar on the frontend in WordPress

Here is code to Remove/ disable the top wordpress admin bar from front end in WordPress. The admin bar on the frontend can be a bit of a pain if your using absolute / fixed positioning, or maybe you just hate it? Let’s get rid of it. Copy paste code in Function.php of your theme […]

How to automatically add a class to body_class if there’s a sidebar

To apply the hack, just paste the code below into your functions.php file to add automatically body class to body tag based on sidebar active.

How to automatically create meta description from content in wordpress

By default, WordPress do not add a <meta description> tag to your blog. While not necessary, some SEO experts insists that this tag is important for your site SEO. So what about generating one using your post content? Here is a cool piece of code to do it easily.

How to Stop WordPress Trackback Spam Completely

If you are an owner of a WordPress blog, then most probably you might be facing some WordPress trackback related spam in your blog and if your blog has some good amount of blog posts then this problem escalates and it’s quite difficult to control the problem.