Bill: WordPress root directory (root)

Source: Internet
Author: User

  1. Index.php:WordPress core index file, which is the blog output file.
  2. License.txt:WordPress GPL license file.
  3. My-hacks.php: Defines an append program that is processed before the blog output. The default installation does not have this file, but if it does, it will be managed by the page reference.
  4. Readme.html:WordPress installation Introduction.
  5. wp-atom.php: Output atom information aggregation content.
  6. wp-blog-header.php: Define the blog page display content according to the blog parameters.
  7. wp-cron.php
  8. Wp-comments-post.php: Receive comments and add them to the database.
  9. wp-commentsrss2.php: The aggregated content of RSS2 information used to generate log comments.
  10. wp-config-sample.php: A sample configuration file that connects WordPress to the MySQL database.
  11. Wp-config.php: This is the configuration file that really connects WordPress to the MySQL database. Although it is not included in the default installation, the file is required for WordPress to run, so the user needs to edit the file to change the relevant settings.
  12. Wp-feed.php: Defines the feed type as requested and returns the feed request file.
  13. wp-links-opml.php: Generate a list of links in OPML format (added via the WordPress admin menu).
  14. wp-login.php: Defines the login page for registered users.
  15. wp-mail.php: Used to get posts submitted via mail. The URL of this file is usually added to the cron task, so cron periodically retrieves the file and receives the mail log.
  16. wp-pass.php: Review passwords for password-protected articles and display protected articles.
  17. wp-rdf.php: Generates RDF information aggregation content.
  18. Wp-register.php: Allows new users to register user names through online forms.
  19. wp-rss.php: Generate RSS Information aggregation content.
  20. wp-rss2.php: Generates RSS2 information aggregation content.
  21. Wp-settings.php: Run the pre-execution routine, including checking that the installation is correct, using auxiliary functions, applying the user plug-in, initializing the execution timer, and so on.
  22. Wp-trackback.php: Handles trackback requests.
  23. Wp.php: Displays a simple template for the blog log. There's nothing magical about it, but it includes some index.php content.
  24. Xmlrpc.php: Handles XMLRPC requests. Users can publish articles without the built-in Web management interface.

Bill: WordPress root directory (root)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.