Category Archives: Wordpress

WordPress Pagination Not Working: Solution

If you use query_post function on a theme’s homepage, you might land up messing up with the pagination function of WordPress. Here is the quick fix to wordpress pagination (Next Previous Posts) function: 1. Add up the following line of … Continue reading

Posted in Wordpress, Wordpress Hacks | Leave a comment

Creating a Custom Post Type in WordPress

Creating a custom post types in WordPress is very simple. All you need to do is register the custom post type. Copy the function below to your theme’s function.php file The function below adds a custom post type “Ideas” with … Continue reading

Posted in General, Wordpress, Wordpress Hacks | Leave a comment

FaceBook – Add custom thumbnail and title when someone likes your Website

Facebook Link button is now floating on almost every website. By default, when a user clicks on Facebook “Like” button on any of your webpage, it will post the image thumbnail, title and description from the same page. Just in … Continue reading

Posted in Facebook, Wordpress | Leave a comment

Running WordPress Queries in Non-WordPress Pages

At times you might want to run the WordPress queries or wordpress functions in the page located outside the wordpress templates. Thanks to wordpress for providing a very simple solution to this. You just need to include the file called … Continue reading

Posted in Wordpress, Wordpress Hacks | Leave a comment

WordPress asking for FTP username/password while trying to install plugin from admin panel

This is annoying if WordPress asks for FTP username/password everytime you try to install or update plugin from admin panel. Here is the quick hack to this. 1. Open the wp-config.php file (this will be located in the root of … Continue reading

Posted in Wordpress, Wordpress Hacks | 1 Comment

Custom User Registration Plugins for WordPress

I have been trying hard to find an easy way out to add custom registration field to the WordPress default registration form. I recommend the following wordpress plugin to customize, add custom fields, manage user registration, moderate user registration and … Continue reading

Posted in Wordpress | Tagged | 1 Comment

Thumbnail for Excerpts : Hack for WordPress 2.8+

I was stucked with Thumbnail for Excerpt plugin behaving unexpectedly with WordPress 2.8.2 Thank you Cory for sharing the plugin hack to make it work. Bug: The Thumbnail for Excerpt plugin showing the same thumbnail image with all the posts … Continue reading

Posted in Wordpress | Tagged , | 1 Comment

Yamidoo Theme Featured Content Image Slider Fix

Yamidoo Magazine Theme is one of the popular wordpress theme to give your blog a professional and fresh look. However, one of the common problem encoutered by Yamidoo theme users is that the Featured Content Gallery doesn’t slide automatically. A … Continue reading

Posted in Wordpress | Tagged , | Leave a comment

Custom Read More link for WordPress

The default “read more” link for the wordpress that comes with the_excerpt function shows [...] after every post listing WITHOUT a hyperlink to the post.  To make the_excerpt function more useful, you can add a custom read more link which … Continue reading

Posted in Wordpress | Tagged | Leave a comment

Best WordPress Plugins

WordPress itself is a wonderful script for the bloggers and webmasters. And the plugins make it more delicious. The list of great WordPress Plugins is countless but still I have tried to collect a list of “Some” of the BEST … Continue reading

Posted in Wordpress | Tagged , | Leave a comment