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:
-
- What should I do if the WordPress media library cannot display images?
- Below, the WordPress Tutorial column will introduce to you the solution to the problem that the WordPress media library cannot display images. I hope it will be helpful to friends in need! The WordPress media library cannot display images. There may be many reasons for the problem. My experience is: maybe you have modified the WordPress configuration file.
- WordPress 5608 2019-11-22 10:34:09
-
- How to make WordPress side widgets sort randomly
- Below, the WordPress tutorial column will introduce to you how to randomly sort WordPress side widgets. I hope it will be helpful to friends in need! Sometimes you may want the sidebar widgets to be displayed in random order. You can add the following code to the end of the functions.php file of the current theme template.
- WordPress 2933 2019-11-21 10:48:48
-
- How to make a complete small version of WordPress Chinese version installer
- Below, the WordPress introductory tutorial column will introduce to you how to make a complete small version of the WordPress Chinese version installation program. I hope it will be helpful to friends who need it! The official pure Chinese version of WordPress is different from the English version in selecting language files to install. The pure Chinese version will be modified for Chinese and is more suitable for Chinese sites.
- WordPress 1963 2019-11-20 14:39:50
-
- How to add new colors to WordPress backend admin interface
- Below, the WordPress tutorial column will introduce to you how to add new colors to the WordPress backend management interface. I hope it will be helpful to friends who need it! Starting from WordPress version 3.8, the backend management interface adopts the popular flat UI design, backend-user-my profile page.
- WordPress 2977 2019-11-20 11:02:31
-
- How to remove WordPress suffix in backend title
- Below, the WordPress 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 (title) is -WordPress. If you want to hide this suffix, you can add the following code to the current theme.
- WordPress 2635 2019-11-19 14:37:21
-
- What are the benefits of WordPress corporate website?
- The benefits of a WordPress corporate website are: 1. Free programs, free templates, and free plug-ins; 2. The background operation is very intuitive; 3. Pseudo-static support, no need to generate HTML, saving space resources; 4. Supports SEO, easy to include.
- WordPress 2646 2019-11-19 10:56:10
-
- What are the new features in WordPress 2.8?
- The new features of WordPress 2.8 include: 1. Pendant drag-and-drop function and pendant interface function; 2. The theme and plug-in editor supports syntax highlighting and function query functions; 3. Supports browsing the theme directory and installing themes from the WordPress backend; 4. Supports WordPress console widget column number, etc.
- WordPress 1804 2019-11-19 10:52:26
-
- What are the commonly used functions in wordpress templates?
- Commonly used functions in WordPress templates include: 1. The is_home function determines the home page; 2. The is_single function determines the content page; 3. The is_tag function determines the Tag archive page; 4. The id_data function determines the date archive page; 5. The bloginfo('name') function obtains the blog name, etc.
- WordPress 2468 2019-11-18 15:20:13
-
- How to automatically back up WordPress blog with one click
- How to automatically back up a WordPress blog with one click: 1. Download and install the BackWPup plug-in; 2. Click the plug-in BackWPup-Add New, check the backup type, and select the data table; 3. Click Jobs to set the system schedule; 4. Click run The backup will begin.
- WordPress 2225 2019-11-18 09:27:45
-
- How to remove and add copyright information at the bottom of WordPress articles
- How to remove and add copyright information at the bottom of WordPress articles: First enter the management background, open Appearance-Edit; then click footer.php to edit the footer file, delete or add the required copyright information code; finally click "Update File" to refresh .
- WordPress 3560 2019-11-16 15:45:31
-
- How to get the current page URL in WordPress
- Methods to obtain the URL address: 1. Use the native function to obtain "home_url(add_query_arg(array()))"; 2. Use the universally applicable method "home_url(add_query_arg(array(),$wp->request))", etc.
- WordPress 5205 2019-11-16 15:21:37
-
- How to subscribe WordPress blog to QQ mailbox
- How to subscribe WordPress blog to QQ mailbox: 1. Log in to QQ mailbox and click "Reading Space"; 2. Click Settings - Customize my subscription icon; 3. Select the icon and enter the blog feed address, and click to generate the icon code; 4. Just put the icon code into your blog.
- WordPress 2900 2019-11-16 14:00:57
-
- What are the .htaccess optimization tips for WordPress?
- WordPress's .htaccess optimization tips are: 1. If the request is a static file such as image, css, or js, it will not be redirected; 2. If the url points to an existing directory, skip rewriting and go directly to wp.
- WordPress 2656 2019-11-16 13:48:06
-
- How to optimize and clean up redundant data in wordpress database
- We can use SQL statements to optimize and clean data, such as using "DELETE FROM `wp_posts` WHERE `wp_posts`.`post_content` = ''" to delete articles with empty content and empty titles.
- WordPress 2871 2019-11-16 13:33:25
-
- What should I do if two WordPresss are installed in one database at the same time?
- How to install two WordPress programs in one database at the same time: first put the two WordPress programs into different directories; then open the installation interface respectively, modify the table prefix of the first program to wp1_, and the table prefix of the second program to wp2_ That’s it.
- WordPress 3162 2019-11-16 13:18:32