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…
Difference between array_merge and array_combine in php Array Merge PHP: array_merge Merge one or more arrays Merges the elements of one or more arrays together so that the values of one are appended to the end of the previous one. If the input arrays have the same string keys, then the later value…
Have a look on below Image and follow the steps to make “rewrite_mod” on WAMP server. You all know WAMP stands for (Windows, Apache, MySQL, PHP), It is package provide you an environment to execute your PHP application. But the general issue you have faced with WAMP is, your rewrite rules usually…
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…
Search Engine Spider and User Agent Identification with “Ultimate User Agent Blacklist” A user-agent is software (a software agent) that is acting on behalf of a user. In many cases, a user-agent acts as a client in a network protocol used in communications within a client–server distributed computing system. For more information view…
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. …