Читать книгу Professional WordPress. Design and Development - Brad Williams - Страница 16
2
Code Overview
ОглавлениеWHAT’S IN THIS CHAPTER?
● Downloading WordPress
● Configuring wp-config.php and .htaccess
● Exploring the wp-content directories
● Enabling maintenance mode in WordPress
WordPress is a software package that comprises groups of source code files that perform specific tasks within the system. Understanding the code, including file and folder structure, is essential to understanding how WordPress works as a whole.
After reading this chapter, you will be familiar with downloading and exploring the WordPress filesystem. This chapter also discusses configuring key WordPress files, including the powerful wp-config.php and .htaccess files. It also covers some advanced configuration options available in WordPress.