Please enable JavaScript.
Coggle requires JavaScript to display documents.
Wordpress - Coggle Diagram
Wordpress
Structure
-
-
-
Files
-
-
readme.html gives info about system requirements, installation guides and other important concepts
PHP
index.php executed when opening the root url of the site, when executed also executes the code in the wp-blog-header.php file
wp-config.php main config file; contains all the configuration options required to run WordPress, and also sets up core WordPress by inlcuding the wp-settings.php file
Database where data is stored and kept safe in a DBMS (like MySQL); text, comments, settings and user data stored here
Folder Structure
/wp-admin/ This contains all the files that power the wordpress admin dashboard includes: admin.php, users.php, update.php and network.php
/wp-includes/ Holds the core functionality with: template tags, database functions, query classes, and over many other files that handle other aspects of the functionality
/wp-content/ Where themes, plugins and media uploads I import