This article is aimed at highlighting some of the reasons why Drupal is a less preferred option as compared to other Content Management Systems. Continue reading
This article is aimed at highlighting some of the reasons why Drupal is a less preferred option as compared to other Content Management Systems. Continue reading
Following is a brief article of tips and advices regarding PHP given by masters of this profession. This article consists of advices shared by Rasmus Lerdorf, Matt Mullenweg and many such notable names who have contributed in making the internet as big as it is today. Continue reading
This article shows How to retrieve and display the most popular posts by total comments on your WordPress template. A PHP function below will use the get_results function to run a SQL query to the WordPress posts table to get the top posts with highest comments. Continue reading
In this article, I’ll show pieces of PHP script that retrieve and display Recent/Latest Published Posts and Recent/Latest Approved Comments. They’re being used in my current WordPress template and placed in the footer. Continue reading
This article shows a piece of PHP code that query all Custom Fields (extra fields or meta data) of a particular post instead of hitting the WordPress database for every custom field. Continue reading
This article just provides share link/url of Facebook, Twitter, Google Plus, Stumbleupon, Reddit, Digg and Tumblr and instruct How to add share link/url of the most popular social media websites in WordPress detail post. Continue reading
In almost WordPress themes, especially with default WordPress themes (twentyeleven, twentyten, etc); when click on a particular image to view the original or large version of the image you have to leave the current page and be redirected to another page with just an image. Continue reading
Many cases in WordPress, you would like to change a little bit your design or turn on/off some features in a particular category that posts belong to. Meaning display different things on different categories. Continue reading
It was Feb 21, 2011 and the first article was published in WordPress CMS. A Google Analytics account has been setup right after that and also added in to start tracking the traffic. Continue reading
There are 2 aspects you should think about if you would like to speed up your site: optimize server side by improving server performance and optimize client side by reducing loading time but still keep user experience. These steps are not only make your visitors/customers happier but also increase quality score and improve Google ranking of your site. Continue reading