PHP & .Net Codes
Pages
(Move to ...)
Home
▼
Wednesday, January 6, 2016
How to block or prevent spam registrations/spam bots on phpmotion web site?
›
I have done lots of research and tried many possible ways. Finally I found a solution like to use google recaptcha on the website. To d...
Sunday, April 12, 2015
Wordpress custom pages creation?
›
functions.php <?php register_post_type('contact', array('label' => 'contact','description' => ...
Tuesday, January 27, 2015
Why User login stopped working or not working properly using active directory integration? and how to solve?
›
Sometimes user login won't work properly or stop working because of configurations issue. To solve this.. 1. Login at admin side. 2. G...
Tuesday, August 26, 2014
How to disable hyper links in comments section of Wordpress?
›
To disable hyper links in comment section of Wordpress need to follow below two steps. 1. Open functions.php in the theme which you are us...
Monday, July 7, 2014
How to add a Custom Widget in Wordpress?
›
To add a custom widget just create a plugin by following below steps. 1. Create a folder in plugins folder. 2. Add a php file with folder...
Wednesday, May 14, 2014
How to solve the permalinks issue of /index.php/%postname% but not with just %postname% in IIS?
›
When we deploy the wordpress in ISS servers or Amazon windows servers .htaccess won't work untill we install httpd.conf and enable the h...
Tuesday, April 22, 2014
How to Solve White Screen Death problem in wordpress?
›
To solve the issue we need to first find out where is the problem. For this add the below code in wp-config.php file. error_reporting(E_AL...
1 comment:
›
Home
View web version