Category: Web Development

Category: Web Development

Debugging in WordPress
2nd February 2016 Web Development admin

How to enable Debugging in WordPress Debugging PHP code is part of any project, but WordPress comes with specific debug systems designed to simplify the process as well as standardize code across the core, plugins and themes. This page describes the various debugging tools in WordPress and how to be more productive in your coding

Read More
Configure Directory index listings using an .htaccess file
9th January 2014 Web Development admin

How to Configure Directory Listing This article describes how to enable and disable directory index listings using an .htaccess file. You can configure the web server to display file listings for directories that do not have a directory index page.Alternatively, you can configure directory index listings in cPanel. For more information, please see this article. USING

Read More