WordPress .htaccess on zeus server rewrites (rather than Apache) Yesterday, I got luck to transfer a WordPress website from one hosting to another. The New hosting provider is http://www.names.co.uk and what I have found is it provides the web server Zeus instead of Apache as always I have worked on. It is really…
We all know that a WordPress theme is a collection of template files which lets us change the user interface, design, look & feel of the site. Have you created WordPress theme or have installed any free theme or commercial one, many of you have done this job and have also customized but the…
You all knows that WordPress comes with built in import/export functionality that allows you to import or export your WordPress posts in XML format. Have you ever tried to move your blog from one server to another, I think you have done this many time. But I am pretty sure that you were stuck…
WordPress plugin activate deactivate all at once and Quickly Sometimes during troubleshooting, it’s recommend to deactivate all plugins and activate them one by one and suppose at that time you will not able to login in WordPress admin (wp-admin) or white screen of death. At the same point we need to disable all the plugin…
First of all, there is no benefit of disabling plugin updates. It is very important as I have previously said in the posts that you should keep your WordPress version as well as plugins up to date. If you don’t keep, then your site could be susceptible to security vulnerabilities or performance issues. …
You can prevent spaces and specific unwanted sub strings in WordPress usernames (restrict usernames wordpress), you have to prepared a regexp for this. Prepare your regular expression and use the same in the below function. After that put this function in your theme’s “functions.php” that’s it. //Custom Function /* * add a filter to…