If you are in to development of WordPress themes or plugins then you know how much important it is to log important events which are happening in your WordPress blog. By seeing a log you can improve the performance of your WordPress theme or plugin. Even if you are not a theme or a plugin developer, logging can provide interesting information about the […]
logging
How To Edit 404 Page Not Found Of WordPress Without Coding
404 is a Page Not Found error which is displayed when a particular page is not found in your blog. You might want to change the default 404 pages of your WordPress blog or you may wish to add some text in the 404 pages. You could do this by coding the 404.php file, but only if […]