1. index. php: Wordpress core index file, namely blog output file.
2. license. txt: WordPress GPL license file.
3. my-hacks.php: defines the appender to be processed before blog output.This file does not exist in the default installation, but if it exists, it will be referenced by the management page.
5. wp-atom.php: output Atom information aggregation content.
6. wp-blog-header.php: define the content displayed on the blog page 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: RSS information aggregation content used to generate log comments.
10. wp-config-sample.php: Sample configuration file for connecting WordPress to MySQL database.
11. wp-config.php: This is the configuration file that really connects WordPress to the MySQL database.It is not included in the default installation, but because WordPress needs this file to run, users need to edit this file to change relevant settings.
12. wp-feed.php: defines the feed type according to the request and returns the feed request file.
13. wp-links-opml.php: generate a list of links in OPML format (added through WordPress management menu).
14. wp login. php: defines the login page of the registered user.
15. wp mail. php: used to obtain blog posts submitted by mail.The URL of this file is usually added to the cron task, so that cron will periodically retrieve files and receive mail logs.
16. wp pass. php: Review the password of password protected articles and display the protected articles.
17. wp-rdf.php: Generate RDF information aggregation content.
18. wp-register.php: allows new users to register their user names through online forms.
19. wp rss. php: Generate RSS information aggregation content.
20. wp-rss2.php: generate RSS 2 information aggregation content.
21. wp settings. php: Run the routine before execution, including checking whether the installation is correct, using auxiliary functions, applying user plug-ins, initializing the execution timer, and so on.
22. wp trackback. php: Process trackback requests.
23. wp. php: A simple template for displaying blog logs.There is nothing magical about it, but it includes some index.php content.
24. xmlrpc. php: Process xmlrpc requests.Users can publish articles without the built-in network management interface.
Wp admin directory
1. wp-admin/admin.php: core file for managing files.It is used to connect databases, integrate dynamic menu data, display non core control pages, etc.
2.wp-admin/admin-db.php
3. wp admin/admin footer. php: defines the footer of all management consoles.
4. wp admin/admin functions. php: defines various functions used by the management console.
5. wp admin/admin - header.php: defines the upper part of the management console, including the menu-header.php file of menu logic.
6. wp-admin/bookmarklet.php: define the pop-up page when using the bookmark function.Use the default edit-form.php file when writing logs.
7. wp admin/categories. php: defines the category management of the management page.Reference: Manage – Categories
8.wp-admin/cat-js.php
9. wp admin/edit.php: defines the log management of the management page.Reference: Manage – Posts
10. wp admin/edit comments. php: defines the comment management of the management page.Reference: Manage – Comments
11. wp admin/edit form advanced. php: defines the log advanced editing management of the management page, including post.php.Reference: Write – Write Post – Advanced
12. wp admin/edit form. php: defines the simple editing management of logs on the management page, including post. php.Reference: Write – Write Post
13. wp admin/edit form comment. php: edit specific log comments.
14.wp-admin/edit-form-ajax-cat.php
15.wp-admin/edit-link-form.php
16. wp admin/edit page form. php: defines page editing of management module pages, including post.php and page-new.php.Reference: Write – Write Page
43.wp-admin/plugin-editor.php: Edit the plug-in file.
44.wp-admin/plugins.php: management plug-in.
45.wp-admin/post.php: Create a new log.
46.wp-admin/profile-update.php
47.wp-admin/profile.php: manage personal data or configuration.
48. wp admin/setup config. php: used to create the wp-config.php file during installation.
49.wp-admin/sidebar.php
50.wp-admin/templates.php: Edit server writable files.
51.wp-admin/theme-editor.php: Edit files in a specific topic.
52. wp admin/themes. php: Manage themes.
53.wp-admin/update-links.php
54. wp admin/upgrade functions. php: defines the version upgrade function.
55. wp admin/upgrade schema. php: defines the default table structure and options used in the upgrade.
56. wp admin/upgrade. php: version upgrade.
57. wp admin/user edit. php: Edit user.
58. wp admin/users. php: Manage users.
59. wp admin/wp admin. css: defines the default style sheet of the management console.
60.wp-admin/xfn.js
Wp includes directory
1.wp-includes/cache.php
2.wp-includes/capabilities.php
3. wp includes/class Ⅸ R.php: IncutioXML-RPC library.Includes XML RPC support functions.
4. wp includes/classes. php: includes basic classes, such as the core article extraction mechanism WP_Query and rewrite management WP_Rewrite.
5. wp includes/class-pop3.php: includes classes that support the use of POP mailboxes.Available for wp-mail.php.
6. wp includes/class snoopy. php: Snoopy is a PHP class, which is used to imitate the functions of Web browsers. It can automatically complete the tasks of retrieving web pages and sending forms.
7.wp-includes/comment-functions.php
8.wp-includes/default-filters.php
9.wp-includes/feed-functions.php
10. wp includes/functions compat.php: function files used in the new version of PHP to support the old version of PHP.
11. wp includes/functions formatting. php: used to clean XHTML and format text correctly with a specific character set.
12. wp includes/functions post. php: defines functions such as managing logs, querying user permissions, extracting and writing comments in the database.
13. wp includes/functions. php: contains many important support functions. It is the largest file in WordPress, and the number of functions is almost twice that of the second largest file.
14. wp includes/gettext. php: part of the PHP gettext GPL translation library.
15. wp includes/kses. php: used to render and filter HTML in logs or comments.
16. wp includes/links. php: used to manage and use the link function of WordPress.
17. wp includes/locale.php: used to replace the default week and month values.
18.wp-includes/pluggable-functions.php
19.wp-includes/registration-functions.php
⒛wp-includes/rss-functions.php
21. wp includes/streams. php: defines the class that wraps file streams and character streams.
22. wp includes/template functions author. php: contains topic functions related to the blog author or reviewer.
23. wp includes/template functions category. php: contains topic functions related to categories.
24. wp includes/template functions comment. php: contains topic functions related to comments.
25. wp includes/template functions general. php: includes general theme functions.
26. wp includes/template functions links. php: contains link related theme functions.
27. wp includes/template functions post. php: contains the theme functions related to logs.
28. wp includes/template functions. php: contains all the above "template -" files.
29.wp-includes/template-loader.php
30. wp includes/vars.php: used to set miscellaneous variables.
31. wp includes/version.php: used to set the current WordPress version.
32. wp includes/wp db. php: contains functions for connecting to MySQL databases.
33. wp includes/wp-l10n. php: provides functions that support multilingual versions.
First, WordPress is an open source CMS abroad.It is so powerful that I don't know how to describe it.It can complete almost all types of websites you think of.This is no exaggeration. Our team used it to complete a single 6-digit project.It is so powerful that we don't know how to approach it
The pagoda panel is one of the server control panels widely loved by users at present. Many users' websites are built based on the pagoda panel. Today, we will briefly introduce how the pagoda panel is installed to install WordPress, which is convenient for novice users to quickly deploy.1、 Most users who install the pagoda plug-in and use the pagoda panel may not know that there is a good one in the pagoda plug-in
Enterprise managers often think that warehouses are inefficient, high cost places, and belong to heavy asset operations.With the development of enterprise business, if the warehouse needs to be expanded in traditional ways, the cost is relatively high. At the same time, it also faces problems such as lack of operating experience.In the operation link, the process of warehouse, allocation, human resource matching and management is very complicated, and the team's professional ability is also highly required
In recent years, with the continuous development of e-commerce industry and increasing business, everyone has started to distribute goods online, and the supply chain billing system needs to manage more and more things. How to manage the billing system?The author summarizes some contents about settlement based on his own practical experience, hoping to enlighten you.After working on the warehouse management system for several years, I was transferred to work as a supplier
Simply understood, multi merchants are a large mall. The platform can manage merchants who settle in the mall. The merchants who settle in the mall have independent backstage. They can log in and add goods to the shelves by themselves, manage stores by themselves and other information functions.Then how to design the backstage of the store? Let's see the author's sharing. I hope it can help you.1、 Introduction The backstage of the store is an important part of the e-commerce platform
Source: Original Draft On January 10, the People's Congress of Jiangyang District, Luzhou City and the District Government jointly carried out a training on the regulations of the Regulations on the Classified Management of Domestic Waste in Luzhou City (the Regulations for short), and invited Lei Zhengyun, the chairman of the Legislative Affairs Committee of the Municipal People's Congress, to give a live lecture, so as to guide the comprehensive and systematic grasp of the contents and legal functions and responsibilities of the Regulations, deeply understand the specific specifications of the Regulations, and quickly set off