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:
-
- Solve the problem of manually adding custom code again after upgrading WordPress theme
- Below, the WordPress tutorial column will introduce to you how to solve the problem of manually adding custom code again after upgrading the WordPress theme. I hope it will be helpful to friends in need! Children who often play with themes know that adding code to the theme function template functions.php can increase the modification function...
- WordPress 2572 2020-11-24 15:12:04
-
- Teach you how to modify the number of custom columns displayed in WordPress
- Below, the WordPress tutorial column will introduce to you how to modify the display number of custom columns that have been added by WordPress. I hope it will be helpful to friends in need! Sometimes we will select the added custom column name in the Add Custom Column panel...
- WordPress 2501 2020-11-19 15:30:01
-
- How to display the names of all commenters on a certain post in WordPress
- Below, the WordPress tutorial column will introduce to you how to display the names of all commenters on a certain WordPress article. I hope it will be helpful to friends in need! If you want to display a list of the names of all commenters on a certain article or the current article, you can refer to the method in this article...
- WordPress 2674 2020-11-10 15:02:05
-
- Teach you how to split XML files exported by WordPress
- Below, the WordPress tutorial column will introduce to you how to split XML files exported by WordPress. I hope it will be helpful to friends in need! Using WordPress's own data backup tool, you can export data files in XML format. If the exported XML file is large, it will be limited by the size of the uploaded file...
- WordPress 2873 2020-11-06 15:12:56
-
- How to make WordPress support WebP format images
- Below, the WordPress tutorial column will introduce to you how to make WordPress support WebP format images. I hope it will be helpful to friends in need! WordPress does not support WebP format image uploads by default. Just add the following code to the current theme function template functions.php.
- WordPress 3135 2020-11-05 16:16:41
-
- Teach you how to disable WordPress comments from storing IP addresses
- Below, the WordPress tutorial column will introduce to you how to prevent WordPress comments from storing IP addresses. I hope it will be helpful to friends in need! By default, WordPress will store the IP address of commenters in the background, mainly for anti-spam comments, such as plug-ins such as Akismet...
- WordPress 2439 2020-11-04 15:02:26
-
- How to modify php.ini in wordpress
- How to modify php.ini in wordpress: first find and open the php.ini file; then configure the content as "file_uploads = on; upload_tmp_dir;" etc.; finally save the modification.
- WordPress 4157 2020-10-22 09:08:09
-
- Why should xmlrpc.php be deleted?
- Deleting xmlrpc.php can prevent attackers from remotely injecting malicious xml. The deletion method is to find and open the WordPress root directory, and then directly delete the xmlrpc.php file.
- WordPress 3186 2020-10-08 17:25:57
-
- What to do if php wordpress is garbled
- The solution to garbled characters in php wordpress: first open the "wp-config.php" file; then modify the content to "define('DB_CHARSET', ");"; then set the encoding of the new database to "latin1_swedish_ci".
- WordPress 4370 2020-09-11 09:39:49
-
- How to remove index.php in wordpress
- How to remove index.php in wordpress: first log in to the wordpress backend; then select "Settings - Fixed Links" and set the link; then set the wordpress rewrite rules; and finally create a new htaccess file in the wordpress website directory.
- WordPress 8867 2020-09-08 14:54:40
-
- How to delete xmlrpc.php
- How to delete "xmlrpc.php": First add the code "add_filter('xmlrpc_enabled','__return_false');" to the header of the "functions.php" file; then delete "xmlrpc.php" in the server.
- WordPress 3340 2020-09-02 10:24:23
-
- Regarding the problem of invalid reply button in WordPress 5.5
- Below, the WordPress tutorial column will introduce to you the solution to the invalid reply button in WordPress 5.5. I hope it will be helpful to friends in need! As a solution, you can try adding the following code to theme functions.php: add_filter...
- WordPress 2900 2020-08-17 14:22:20
-
- Regarding the continuous issue of WordPress post IDs
- Below, the WordPress skills column will introduce to you the issue of WordPress article ID continuity. I hope it will be helpful to friends in need! Recently, users often ask, why are the article IDs listed in the thousands when there are only dozens of articles on the website? Generally, people who have this problem use this fixed link form...
- WordPress 3874 2020-07-01 11:49:48
-
- How to customize WordPress login to reply with links and text
- Below, the WordPress Tips column will introduce to you how to customize WordPress login to reply to links and text. I hope it will be helpful to friends in need! By default, "Users must register and log in to post comments" is turned on, and the normal reply button will change to "Log in to reply" and link...
- WordPress 3077 2020-06-29 13:22:23
-
- How to use WordPress?
- How to use WordPress: First download the WordPress source code to the local; then upload the source code to the server; then decompress the source code to the server root directory; then visit the website domain name or address to enter the WordPress installation page; finally configure the site information and database.
- WordPress 4796 2020-06-23 10:01:21