Since version 4.0 of BuddyPress Members Import no more need to create Groups manually. In CSV file you have to declare user group(s) name (separated by :: if more than 1) under column `member_groups_name` So now let say in system Read More …
WordPress and Ajax calls
WordPress and ajax calls!!! Let me first explain you the situation. You have created one plugin and in this plugin one of your functionality need some ajax functionality mean you want to do something without refreshing the page like voting(like/dislike article), Read More …
How to make compatible nextgen gallery with AWS plugin
From few peoples I heard that nextgen gallery plugin is not working with AWS plugin as it should and asking me How to make compatible nextgen gallery with AWS plugin? So I have work around it and come out with Read More …
WordPress database structure
For Detail Information
How to add LogIn and LogOut Link to Custom Menu
Today I am going to add one interesting post which will teach you How to add LogIn and LogOut Link to Custom Menu Yesterday I am trying to do so but did understand how to, and after searching google a Read More …
How to change table prefix
Increase Your Website Database Security Description This plugin is mainly useful if you have not changed the database prefix at the time of installation and want to change aftrewards to make your website more secure and protect from SQL injections. Read More …
How to pass PHP variable data to jQuuery in WordPress
We all suffer in our wordpress coding life to pass the PHP variable value to js/jQuery, some time it is working fine and some time not. And if you already went through the files of contributed plugins then you are Read More …
How to add Password field in WP registration form
How to add Password field in wp registration form without using any contribute plug-in? Step1: Call a custom function using the action ‘register_form‘ Step2: Add two input tags of type password in this custom function. Step3: Call another custom function using the Read More …
How to speedup my WordPress site
Million dollar question is “How to speedup my WordPress site”. If you are a WordPress developer and developing websites for your clients, then it is very obvious that you are getting lots of crazy requirements from your clients. Sometime these Read More …
Most common error by wordpress plug-in developer
There are several small small but serious mistacks done by most of the wordpress developer. Today I’ll discuss on adding js and css files in proper way and only in required page, this is the most common error by wordpress plug-in developer. Read More …