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 Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- 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 3042 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 2727 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 2701 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 1868 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 2530 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 2282 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 3626 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 5272 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 2963 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 2709 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 3013 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 3219 2019-11-16 13:18:32
-
- How to automatically add content after the main text content in WordPress
- First open the function.php file; then create a function insertNote and pass in a parameter $content; then add some content to $content and return it; finally, pass in the insertNote function when calling the add_filter function.
- WordPress 2835 2019-11-16 11:59:54
-
- How to implement a colored tag cloud in WordPress
- How to implement a color tag cloud in WordPress: First open the simple-tags.client.php file and find the getColorByScale function; then comment out some of the statements in the function; and finally add three "dechex(rand(0,255)" statements.
- WordPress 2522 2019-11-16 11:51:09
-
- How to add page number to blog title in WordPress
- How to add page numbers to the blog title in WordPress: First open the header.php file; then find the "if ($paged >= 2 || $page>=2)" statement; finally change the statement after if to "sprintf(__ ('Page %s')" will do.
- WordPress 2725 2019-11-16 11:24:07