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 switch and manage website appearance in WordPress
- How to switch and manage website appearance in WordPress: First download the WordPress theme file and decompress it; then upload it to the virtual host through ftp; then go to the "wp-content/themes/" directory of the WordPress installation directory to manage and switch the website appearance .
- WordPress 2560 2019-12-28 09:44:57
-
- How does the WordPress plugin import server files into the media library?
- How to import server files into the media library using the WordPress plug-in: First install the "Add From Server" plug-in online in the WordPress backend; then browse any folder in the site; then select the target file and click "Import" to import.
- WordPress 3186 2019-12-28 09:40:27
-
- How to add MP3 player to WordPress blog
- How to add an MP3 player to a WordPress blog: First create the "mp3player.php" file in the current WordPress theme directory; then add the "include" code to the "sidebar" file and upload the mp3 file to the "musicplayer" directory.
- WordPress 2686 2019-12-28 09:36:36
-
- How does wordpress get the article title content introduction through the ID of the current article?
- The method for wordpress to obtain the brief introduction of the article title through the ID of the current article: first enter the wordpress background; then open the corresponding template file; then add the php code as "<?php $id= $comment_count = get_post($id) ?>" .
- WordPress 3413 2019-12-28 09:32:08
-
- How to get the number of registered wordpress users
- How to get the number of registered wordpress users: first enter the wordpress backend; then open the corresponding template file; then add the code as "$users=$wpdb->get_var("select count(id) from $wpdb->users");" That’s it.
- WordPress 2840 2019-12-26 10:16:21
-
- How to get the link address of a certain column in wordpress
- In wordpress, you can get the link address of a certain column through the function "get_category_link()", and its implementation syntax is "$category_link = get_category_link( $category_id );".
- WordPress 2874 2019-12-25 10:54:49
-
- How to implement article paging in wordpress
- How to implement article paging in wordpress: first add a paging button; then open the theme template file "single.php"; then add the paging function code to the file as "<?php wp_link_pages(); ?>".
- WordPress 5591 2019-12-25 10:50:07
-
- How to disable automatic update email notifications in WordPress
- Below, the WordPress tutorial column will introduce to you how to disable automatic update email notifications in WordPress. I hope it will be helpful to friends in need! By default, after a minor version of WordPress is updated, an email will be sent to notify you that your site has been updated. If you have multiple WordPress sites.
- WordPress 2997 2019-12-23 13:52:57
-
- How to customize WordPress file upload path
- Below, the WordPress tutorial column will introduce you to the method of customizing the WordPress file upload path. I hope it will be helpful to friends in need! Since WordPress version 3.5, the "Default upload path and full URL address of the file" option on the background media settings page has been hidden, which can be accessed through the following code..
- WordPress 3205 2019-12-21 13:32:13
-
- 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 3153 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 2863 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 2822 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 2639 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 2224 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 2092 2019-12-14 14:19:11