Tag Archives: Wordpress

Is Drupal a little too complex? Posted by in Internet | 1 Comment

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

PHP- Great People, Simple Advice Posted by in PHP | 1 Comment

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

Get WordPress Most Popular Posts By Total Comments Posted by in PHP | Leave a comment

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

WordPress Get Recent Posts And Recent Comments Posted by in PHP | 2 Comments

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

WordPress Get All Custom Fields Posted by in PHP | Leave a comment

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

Share Link/ Url Of Facebook, Twitter, Google Plus, Stumbleupon, Reddit, Digg and Tumblr Posted by in Internet | 1 Comment

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

WordPress View Large Image Without Leaving Current Page Posted by in Internet, Tips And Tricks | Leave a comment

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

WordPress Check If Post Is In Category Posted by in Tips And Tricks | 2 Comments

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

The date of 4rapiddev launching Posted by in Timeline | Leave a comment

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

WordPress Cache Plugins Support CDN Posted by in Resources | Leave a comment

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