For Detail Information
Blog
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 …
PHP CMS lists
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 to know drupal version from fronend
Now our discussion topic is How to know drupal version from fronend? Do you want to know the Drupal version from the front-end of any Drupal website? Don’t worry not a big deal! Just try the below link it will give 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 …