current location:Home > Technical Articles > CMS Tutorial > WordPress
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to automatically add an author information box at the end of a WordPress post
- Below, the WordPress tutorial column will introduce to you how to automatically add an author information box at the end of a WordPress article. I hope it will be helpful to friends in need! If you want to add information about the author of the article at the end of a WordPress article, the following code can easily add an author information box to the article.
- WordPress 3166 2019-12-20 13:31:35
-
- How to enable WordPress to support registered users uploading custom avatars
- Below, the WordPress tutorial column will introduce to you how to enable WordPress to support the function of registered users uploading custom avatars. I hope it will be helpful to friends who need it! WordPress supports displaying Gravatar avatars by default, but currently it is difficult to apply for Gravatar avatars due to well-known reasons.
- WordPress 2882 2019-12-19 13:53:13
-
- How to convert WordPress previous posts to Gutenberg blocks
- Below, the WordPress website building tutorial column will introduce to you the method of converting previous WordPress articles into Gutenberg blocks. I hope it will be helpful to friends in need! If you want to convert a post you previously edited with the WordPress classic editor into a Gutenberg block, you can do so in...
- WordPress 2838 2019-12-18 13:27:04
-
- How to add ALT attribute to Gravatar avatar
- Below, the WordPress tutorial column will introduce to you how to add the ALT attribute to the Gravatar avatar. I hope it will be helpful to friends in need! The image ALT attribute not only helps search engines index images, but also displays the image's ALT information when the image cannot be loaded. Insert images into WordPress articles...
- WordPress 2664 2019-12-17 11:32:18
-
- How to disable WordPress headers from loading s.w.org
- Below, the WordPress site imitation tutorial column will introduce to you the method of disabling the WordPress header from loading s.w.org. I hope it will be helpful to friends in need! WordPress adds dns-prefetch in the header, which should be to pre-fetch emoticons and avatars from s.w.org, in order to improve...
- WordPress 2251 2019-12-16 11:55:39
-
- How to display top 100 commenters by number of comments
- Below, the WordPress website building tutorial column will introduce to you the method of displaying the top 100 commenters according to the number of comments. I hope it will be helpful to friends in need! If you want to see which blogger on your blog has the most comments and the last comment time, the following code will help you achieve this function.
- WordPress 2108 2019-12-14 14:19:11
-
- wordpress Chinese theme template (recommended)
- For PHPer, WordPress is a household name, so where can you find WordPress Chinese themes in China? Which WordPress Chinese theme is best? Below, the WordPress theme column recommends several free and easy-to-use WordPress Chinese theme templates...
- WordPress 8887 2019-12-12 15:47:42
-
- How to hide installed WordPress plugins
- Below, the WordPress introductory tutorial column will introduce you to the method of hiding the installed WordPress plug-in. I hope it will be helpful to friends who need it! If you don’t want other logged-in users to see an installed plug-in, the method in this article will easily hide a WordPress plug-in without affecting the normal working of the plug-in...
- WordPress 3494 2019-12-12 15:16:23
-
- How to get the list of pinned articles in WordPress
- How WordPress obtains the list of pinned articles: First use the "query_posts" function to retrieve and sort the articles; then adjust the parameters of the "query_posts" function to select the list of pinned articles.
- WordPress 3433 2019-12-07 11:00:09
-
- How to display relative dates in WordPress
- Below, the WordPress tutorial column will introduce to you how to display relative dates in WordPress. I hope it will be helpful to friends in need! Relative date, the article or comment publication date is displayed in the form of "published 1 hour ago". This relative date will give people the feeling that the published content item is very close to now, so...
- WordPress 3429 2019-12-06 13:44:51
-
- How to use WordPress function wp_nav_menu()
- The syntax of WordPress function wp_nav_menu() is "wp_nav_menu($args)", and the navigation menu can be called by inserting "<?php wp_nav_menu($args) ;?>".
- WordPress 2382 2019-12-04 09:27:25
-
- How to quickly add friendly links function in WordPress
- How to quickly add the friendly link function to WordPress: first copy the PHP code to the "functions.php" file of the current theme; then enter it in the WordPress [Backend->Settings->Reading] interface in the manner of [Link|Title] All friendly links are enough.
- WordPress 2884 2019-12-04 09:21:31
-
- How to set up WordPress staticization
- How to set up static WordPress: first create a new file named "wp-404-handler.php"; then upload the file to the server root directory, and set the 404 custom error to point to the file; then enter the WordPress management background settings " Permanent link" will do.
- WordPress 3434 2019-12-04 09:17:02
-
- What are the experiences of newbies using wordpress to build websites?
- A novice’s experience in using WordPress to build a website include: 1. WordPress themes are generally divided according to the number of columns; 2. WordPress themes can be Chineseized; 3. There are many WordPress plug-ins; 4. The font color, size, position, etc. of the corresponding WordPress columns can be modified.
- WordPress 3483 2019-12-04 09:11:04
-
- How to embed images in WordPress comments
- Below, the WordPress website building tutorial column will introduce to you how to embed images in WordPress comments. I hope it will be helpful to friends who need it! Sometimes you need to add an image to post a comment, and WordPress itself does not have the comment image function. You can add the following code to the current theme functions.
- WordPress 2461 2019-12-02 14:28:23