WordPress
WordPress group
📝 5 Prompts
📚 Prompts in this Group
Learn these prompts step by step to master this theme
1
GitHub Excluded Files
excluded from GitHub and included in the host section such as Hostinger or WordPress.com.
Reason enclosed with each item.
1. /wp-admin/ Why → WordPress core system
2. /wp-includes/ Why → WordPress core libraries
3. /wp-content/uploads/ Why → User-generated media
4. Vendor plugins Why → Third-party managed code
5. /wp-config.php Why → Secrets & environment config
6. Database Why → Dynamic runtime data
2
GitHub included files
GitHub included files :
1. /wp-content/themes/your-custom-theme/
2. /wp-content/plugins/your-custom-plugin/
3. /wp-content/mu-plugins/ (custom only)
4. Custom PHP / JS / CSS code you wrote
3
GitHub included files
GitHub included files :
1. /wp-content/themes/your-custom-theme/
2. /wp-content/plugins/your-custom-plugin/
3. /wp-content/mu-plugins/ (custom only)
4. Custom PHP / JS / CSS code you wrote