-
ABOUT BHUPENDRA KUNWAR
Bhupendra is an Internet Marketer, Web Developer and a budding Social Enterpreneur. He is also the founder of eUttaranchal.com & Co-Founder DeeBee Web Services...>> -
Latest Articles
- WordPress Pagination Not Working: Solution
- Creating a Custom Post Type in WordPress
- FaceBook – Add custom thumbnail and title when someone likes your Website
- Godaddy Dedicated/ VDS Hosting – Login as Root
- Linux : Copy files directly between two remote servers
- Show Post Comments on the Homepage Twenty Ten
- WordPress – Using Shortcodes in Template files
- How to import a compressed mysql file .sql.gz using linux shell?
- Running WordPress Queries in Non-WordPress Pages
- Canonical URL solution – redirect non-www to www and index.php to your homepage
Browse by Category
Category Archives: Wordpress Hacks
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
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


