Posted on August 13, 2012 Posted Under Web development
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.
Posted on August 13, 2012 Posted Under Wordpress
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.
Posted on August 10, 2012 Posted Under Wordpress Tip and Tricks
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 […]
Posted on August 6, 2012 Posted Under Wordpress, Wordpress Tip and Tricks
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.
Posted on August 6, 2012 Posted Under Wordpress, Wordpress Tip and Tricks
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
Posted on July 31, 2012 Posted Under Responsive WordPress Theme, Wordpress
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 […]
Posted on July 30, 2012 Posted Under Wordpress theme freelancer
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 […]
Posted on July 24, 2012 Posted Under HTML5
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 […]
Posted on July 24, 2012 Posted Under Wordpress Freelancer
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 […]
Posted on June 29, 2012 Posted Under Joomla Web development, Tips-n-Tricks
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 […]
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 […]
Posted on June 6, 2012 Posted Under 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 […]
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 […]
Posted on May 24, 2012 Posted Under Wordpress Tip and Tricks
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.
Posted on May 17, 2012 Posted Under Wordpress SEO
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.
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.