Contents
  1. I. Working with Posts
  2. 1.1 Overview
  3. 1.2 Posts
  4. II. Installing Plugins
  5. 3.1 Media Library
  6. 3.2 Managing Comments
  7. 3.3 User Management
  8. 3.4 Tools
  9. 3.5 Appearance
  10. 3.6 Settings

I. Working with Posts

1.1 Overview

(1) Website Content

Content is the most important part of a website. Users visit your website because of its content. In WordPress, content is mainly divided into two parts: posts and pages.

  • Posts: Used to publish the website’s main content (for example, on a blog, blog posts are published under Posts)
  • Pages: Used to publish the website’s other content (for example, on a blog, information about the blogger or website is published under Pages) (1) Website Content

(2) Website Planning

(1) Separate the website’s main content from its other content (2) Organize the main content into categories (3) There is no need to define tags in advance

Categories: Classify posts by content Tags: Tags can be understood as markers. By adding a marker to a post, WordPress can quickly filter for posts with that marker when you need to view them.

(2) Website Planning

1.2 Posts

  • On the right, you can see information such as the post’s publication details, status, categories, tags, and featured image Posts
  • Click Screen Options in the upper-right corner to see more information. You can select all the checkboxes for now and look at what each one does later. (Your options may be different because different plugins are installed; there is no need to worry about this.) Posts (2)
  1. Title: From top to bottom, the first field is the title of the post content. There is no need to say more about it here.
  2. Add Media: Upload images and other files and insert them at the cursor position in the post
  3. Excerpt: Below the post content, you can see the field for entering the post excerpt. The excerpt is an overview of the post’s main content. It is displayed in the website’s post list so users can quickly understand the main content and read further if they are interested.
  4. Send Trackbacks: If you have used or referenced someone else’s post, you can enter the ulr here to notify them. This feature is rarely used today.
  5. Custom Fields: If you need to add more content that cannot be added in the main body, you can do so with Custom Fields.
  6. Discussion: Select Allow Comments to allow comments; leave it unselected to prevent users from commenting
  7. Comments: Add or manage comments
  8. Slug: Modify the link URL so that it better meets search engine indexing requirements
  9. Tags: Add markers to a post. If you want to find the post in the future, you only need to use its tags.
  10. Featured Image: Equivalent to the post’s thumbnail

II. Installing Plugins

Plugins can add, modify, or remove functionality from a WordPress site. WordPress provides many ways to install plugins. You can install them online, manually upload plugin packages, or install them by configuring files directly.

II. Installing Plugins

  1. To install a plugin online, look for one under WordPress’s Featured, Popular, or Recommended sections, or search for one. Once you find a suitable plugin, click Install.

II. Installing Plugins (2) 2. Manually install a plugin: When online plugin installation fails, or when you need to install a plugin that is not in the WordPress plugin directory, download the plugin package from the corresponding website, click Upload Plugin, and select the plugin package that you downloaded manually.

II. Installing Plugins (3)

  1. Install an extracted plugin: If manual plugin installation still produces an error that cannot be resolved, extract the downloaded zip archive and place the entire folder in the wp-content/plugins/ folder

3.1 Media Library

The Media Library is mainly used to manage attachments that you upload through WordPress, such as images, videos, and other files. Click the upper-left corner to switch views (list/thumbnail).

(1) Managing Media Files

  1. Edit: Modify an image’s title, caption, and alternative text. Alternative text is used in place of the image when the image cannot be displayed properly.
  2. Delete Permanently: Deleting media from the Media Library does not affect media that has already been added to posts
  3. View: View the image as a web page (1) Managing Media Files

(2) Adding Media Files

  1. Files can be uploaded here, with a maximum allowed upload size of 2M
  2. Common image, document, and archive formats can all be uploaded. You can upload files here for users to download. (2) Adding Media Files

3.2 Managing Comments

  1. From left to right, the list shows the user who posted the comment, the comment content, the post on which the user commented, and the comment time.
  2. You can manage comments from the comment content area. The available actions are: (1) Unapprove/Approve: With WordPress’s default settings, a comment posted by a user is displayed on the web page only after it has been approved (2) Reply: Reply to the user’s comment (3) Edit: Modify the user’s comment (4) After Mark as Spam or Move to Trash is used, the comment will not be displayed on the web page. Managing Comments

3.3 User Management

(1) Add New User

You can add users to the website here. Users are generally not added manually. Manual user creation is usually used only to add administrators, while regular users typically register through a dedicated registration channel. Enter the username, email, first name, last name, and password, then select a user role to finish adding the user. (1) Add New User

(2) Your Profile

Click Profile to view your own profile. (2) Your Profile

  1. Visual Editor Without the Visual Editor: (2) Your Profile (2) With the Visual Editor (2) Your Profile (3)
  2. Admin Color Scheme: The colors on the left and top of the admin interface
  3. Toolbar: After logging in, open your own website and you will see a toolbar at the top. (2) Your Profile (4)
  4. Profile Picture: Register an account on the Gravatar website and set a profile picture. When you register as a member of a WordPress website using the same email account, WordPress retrieves the profile picture from the Gravatar website based on the email account information

(3) Managing Users

You can manage all users of this website on the All Users page. Insert image description here (3) Managing Users

3.4 Tools

(1) Press This

Drag the button to the bookmarks bar to add this tool. When you open someone else’s website, click the Press This button to copy the page’s title, content, images, and other elements into a post.

Similar to Press This, click the Direct Link button to display a field at the top where you can enter a URL. Find the web page you want to clip, then copy its URL into this field to generate a post.

(3) Import and Export

Import lets you import your own posts, comments, and other content from other blogging platforms and websites into this website. Export creates an XML file that stores the website’s content.

3.5 Appearance

(1) Themes

  1. Purpose of Themes Switching to a different theme changes the website’s visual appearance. The website content that users see also changes. The site’s functionality changes as well.
  2. How to Install Themes Click Add New Theme to open the installation page, where you can install themes. (1) Online installation: Select a theme from WordPress’s Featured, Popular, Latest, or other sections, or search for a theme to install. After installation, click Live Preview to see how the website looks with the new theme. Click Activate to switch themes. (1) Themes (2) Manual installation: Download the theme locally, click Upload Theme, select the downloaded theme zip file, and click Install Now. (1) Themes (2) (3) Direct installation: Place the extracted theme folder directly in the wp-content/themes/ folder. Return to the Themes page and refresh it to see the theme you just installed.
  3. Customize a Theme After clicking Customize, you can see the customization sections on the left (different themes have different sections) and a live preview on the right. (1) Themes (3)

(2) Widgets

Some themes do not provide this feature. Whether it is available depends on the theme.

  1. On the right side of the Widgets screen, you can see several containers. Modifying these containers changes how the web page looks.
  2. The available options on the left side of the Widgets screen can be dragged into the containers on the right for use. (2) Widgets

3.6 Settings

(1) General Settings

  1. Site Title: The website’s name
  2. Tagline: Usually displayed next to the website’s title
  3. The WordPress Address and Site Address generally use their default values
  4. Email Address: The email address used to receive site-related notifications
  5. Membership: Whether the website allows other people to register
  6. New User Default Role: Considering permissions and security, the Subscriber role is sufficient.
  7. ICP Filing Number: You can enter the website’s filing number. Whether it is displayed on the website depends on the theme. (1) General Settings

(2) Writing Settings

  1. Default Post Category: If no category is selected when publishing a post, WordPress automatically places the post in the category set here
  2. Update Services: When new content is published, WordPress automatically notifies the URLs entered under Update Services. (Mainly used for search optimization) (2) Writing Settings

(3) Reading Settings

  1. Your Homepage Displays: By default, the latest posts are displayed. Selecting a static page lets you set a page published through the admin interface as the site’s homepage
  2. Syndication Feeds Show the Most Recent: How many items are displayed per page when users subscribe to our website’s content (3) Reading Settings

(4) Discussion Settings

Attempt to Notify Any Blogs Linked to from the Post: When publishing a post, if the post content contains a link and this option is selected, the other party is notified that our link points to them. (Generally not used.) (4) Discussion Settings

(5) Media Settings

After an image is uploaded, WordPress automatically creates versions of the image at different pixel sizes.

Switching between different link structures changes the web page’s URL. The main reason for changing it is search engine optimization. Using the post name is generally better. (6) Permalinks Custom Structure

CodePurpose
%post_id%Content ID
%postname%Content name
%year%Publication year
%monthnum%Publication month
%day%Specific day