Following are the PHP CMS list and their brief details. Name Supported databases Latest stable release Licenses Latest release date AdaptCMS Lite MySQL 2.0.1 GPL 2011-09-21 ATutor MySQL 2.0.3 GPL 2011-09-14 b2evolution MySQL 4.1.4 GPL 2012-04-06 BEdita MySQL 3.1.5 AGPL Read More …
How can we disable admin bar for all except admin
So now our discussion topic is “How can we disable admin bar for all except admin”, let us see the solution of this Paste this code in your theme’s functions.php file or your site-specific plugin. /* Disable WordPress Admin Bar Read More …
Think before install wordpress plugin
You should think before install wordpress plugin, You should ask yourself before installing a WordPress plugin Follow the below flow chart before install any wordpress plugin
Customizing the new user email with a pluggable function
Yesterday I went through an odd requirement from my client, he wants to modify the message send to new registered user. Actually he wants to send the newly registered user’s activation link by which user can activate their account. WordPress Read More …
Change your WordPress password through FTP
There is an easy way to reset your password through FTP, if you’re an Admin user. 1. Login to your site through FTP and download your active theme’s functions.php file. 2. Edit the file and add below code to it, Read More …
My js events are not calling after loading the page using AJAX
Whenever we are loading any data in DOM through AJAX, these data are not registered into the DOM that is why jQuery code written for any event like click, change, submit etc for any element, are not fired. Solution: By Read More …
AWS plug-in for wordpress
Plug-in name: Ajaxify WordPress Site(AWS) Download Link: http://wordpress.org/extend/plugins/ajaxify-wordpress-site/ Author: Manish Kumar Agarwal Description: Ajaxify WordPress Site will load posts, pages, search, header, sidebar, footer sections etc. without refreshing the browser. This means any navigation actions on the site’s front-end will be Ajaxified and Read More …
Members import wordpress plug-in
This plug-in allows you to batch import of users/members taken from an uploaded CSV file. It will add users/members with basic information, including firstname, lastname, username, password and email address. Each user who is added will be a ‘subscriber’ if Read More …