Wordpress Tutorials
- Wordpress
- Directory and file structure.
- Wordpress configuration
- Htaccess Configuration
- WP-CONTENT user playground
- Increase file size loading in phpmyadmin on localhost.
- Fatal error: Allowed memory size of x bytes
- wordpress Dashboard
- How to set local host domain or Virtual host
- Header, index and footer page.
- How to create wordpress Themes
- Html to wordpress themes
- Child Themes
- Increase Upload Max Filesize
- wp_enqueue_style & script
- How to make plugin
- Create Plugin
- Insert data into table using plugin.
- Show data from database
- Hook & Filter
- Template Or Custom page template
- Custom Login template
- How to show post on diffrent page.
- Custom widgit
- How to use contact form 7 plugin.
- Wordpress Database
- How to use Duplicator plugin
- How to fix Fatal Error: Maximum Execution Time Exceeded in WordPress
- How to debuggin mode on in wordpress
- Auto update plugin and themes
- How to Transfer WordPress
- How to change a WordPress site URL
- Top 10 issues in wordpress
- wordpress website link
Wordpress setting
Wordpress Function
wordpress top 10 problems
Important Links
What is wp-content?
The wp-content directory stores just about every fi le for customizing WordPress. This directory stores your plugins, themes, and additional fi les to extend WordPress in any way imaginable. The wp-content directory has a single PHP fi le, index.php.
Plugins :
Plugins are stored in the wp-content/plugins directory. A plugin can be a single fi le or multiple fi les inside of a folder. Any fi les inside the /plugins directory are scanned by WordPress to determine if the fi le is a properly formatted WordPress plugin. If the fi le is determined to be a plugin, it appears under the Plugins ➪ Installed Plugins SubPanel on your admin dashboard ready to be activated.
File name : index.php
File name : index.php