Fix 404 error on nginx

Sometimes you get unexpected 404 error from Nginx server. And I am going to tell you how I fixed the issue. You can fix that easily by the following steps: Step 1 (Debugging): You first need to find out the…

Sometimes you get unexpected 404 error from Nginx server. And I am going to tell you how I fixed the issue. You can fix that easily by the following steps: Step 1 (Debugging): You first need to find out the…

Sometimes you like someone’s post in activity thread and you want to re-post that activity publically or on your group. So now you can re-post an activity from BuddyPress activity page with the help of this plugin. What this plugin…

BuddyPress by default doesn’t show user avatar in the notifications. But you can do that by simply adding couple of lines in notification loop. BuddyPress stores the other user id as secondary id. Here is the code to be used…
What is orphan data? Sometimes there are entries in postmeta table for those ids which is not exist in main post tables during testing new functionality or developing any plugins. Why you should remove orphan data? It’s not necessary…

Sometimes people needs to add the same profile field many times. Specially when it comes to add muti-select, radio, checkbox etc., then it will be time consuming and might be irritating. So now you don’t need to add the same…