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 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 1987 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 8704 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 3321 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 3257 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 3168 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 2233 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 2750 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 3290 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 3345 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 2326 2019-12-02 14:28:23
-
- How to remove /wordpress from WordPress path
- When we put the WordPress program in the root directory of the space in the form of a folder for the website we built, we need to add the folder name when accessing it. The access address is: http://xxx/wordpress. It cannot be accessed directly using the domain name. .
- WordPress 3651 2019-11-30 14:33:48
-
- How to automatically rename uploaded files in WordPress
- Below, the WordPress introductory tutorial column recommends two pieces of code for automatically renaming media files when uploading them. Hope it helps those in need! Code one, rename according to time; code two, use MD5 encryption to generate numbers and rename them.
- WordPress 2916 2019-11-29 11:24:03
-
- How to Remove WordPress Default 'Uncategorized”
- Below, the WordPress tutorial column will introduce to you how to delete the default "Uncategorized" in WordPress. I hope it will be helpful to friends in need! The newly installed WordPress will automatically create an "uncategorized" default category directory in the background. The name can be modified but cannot be deleted. For those who are new to WordPress.
- WordPress 2784 2019-11-27 13:18:18
-
- How to remove WordPress suffix from backend title
- Below, the WordPress introductory tutorial column will introduce to you how to delete the WordPress suffix in the background title. I hope it will be helpful to friends in need! The default suffix of the WordPress background title is -WordPress. If you want to hide this suffix, you can add the following code to the current theme.
- WordPress 2052 2019-11-26 10:33:02
-
- How to display the last login time of logged in users in WordPress frontend
- WordPress user functions are relatively weak. Some user information that many Chinese people are familiar with does not have default calling codes, such as user registration time, last login time, etc. Below, the WordPress tutorial column will share with you a front-end code that displays the user’s last login time.
- WordPress 2961 2019-11-25 13:18:07