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 properly configure WordPress email SMTP
- Below, the WordPress tutorial column will introduce to you how to correctly configure WordPress email SMTP. I hope it will be helpful to friends in need! By default, most host spaces cannot send emails normally, resulting in users being unable to send emails when registering, unable to retrieve passwords, etc. Therefore, it is necessary to use a third-party mail server SMTP method.
- WordPress 3688 2019-12-30 13:09:06
-
- How to automatically add featured images to WordPress posts
- The following WordPress tutorial column will introduce to you how to automatically add featured images to WordPress articles. I hope it will be helpful to everyone’s WordPress imitation website! Featured Images in WordPress is a very useful feature that adds a thumbnail image to each post in the post list.
- WordPress 2708 2019-12-28 11:45:53
-
- How to increase post sorting in WordPress
- How to increase the ordering method of articles in WordPress: First open the "index.php" file of the theme; then add the code after the "if" statement as "if ( isset($_GET['order']) ){switch ($_GET[' order']){}" and save it.
- WordPress 3098 2019-12-28 09:56:57
-
- How to pin archive pages such as WordPress categories and tags to the top
- How to stick archive pages such as WordPress categories and tags to the top: first find and open the "functions.php" file; then add the code "add_filter('the_posts', 'putStickyOnTop' );" and save it.
- WordPress 2094 2019-12-28 09:52:26
-
- How to call a specific article list in wordpress
- How to call a specific article list in wordpress: first enter the wordpress backend; then open the corresponding template file; then add the php code as "<?php query_posts('showposts=10&orderby=new'); while();".
- WordPress 3640 2022-04-15 16:49:22
-
- 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 2580 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 3207 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 2699 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 3425 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 2854 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 2895 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 5610 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 3017 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 3233 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 3163 2019-12-20 13:31:35