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 use elimination to solve problems with templates
- Use the elimination method to solve template problems: first install the Firefox browser; then select the "Tools" menu on the menu bar, click "Add-ons" -> "Get Add-ons"; then right-click to view the element.
- WordPress 2845 2020-01-11 09:41:37
-
- How to call the latest, popular, and random articles in WordPress without plug-ins
- How to call the latest, popular, and random articles without a plugin in WordPress: First enter the WordPress backend; then open the corresponding template file; then add the calling code as "<?php $post_query = new WP_Query('showposts=10′)" and save it .
- WordPress 2662 2020-01-11 09:36:35
-
- What is the WordPress optimization guide?
- The WordPress optimization guide is: 1. Use the EditPlus editor; 2. Chineseize the text; 3. Modify the font; 4. Beautify the font; 5. Time format optimization; 6. Personalize the sidebar; 7. Add plug-in support; 8. Template layout optimization and more.
- WordPress 3003 2020-01-11 09:33:14
-
- How to get current blog information for multiple WordPress blog sites
- How to obtain the current blog information for multiple WordPress blog sites: first enter the WordPress backend; then open the corresponding plug-in; then obtain the information through the “get_blog_details” function, and the code syntax is “$current_blog=get_blog_details”.
- WordPress 2217 2020-01-10 10:03:39
-
- How to get Sina weather in WordPress
- How to get Sina weather in WordPress: First enter the WordPress backend; then open the "Sidebar" module file; then add the code "$SA_IP=$_SERVER['REMOTE_ADDR'];function getIPLoc_sina(){}" and save it.
- WordPress 2745 2020-01-10 09:59:06
-
- How to Make a WordPress Theme Language Pack
- How to make a WordPress theme language pack: first download "poedit" and create a new "languages" folder in its theme directory; then open "poedit" to create a new message directory document; then configure the path and keywords; finally save it as "zh_CN .po" is enough.
- WordPress 2865 2020-01-10 09:55:53
-
- How to use wp_nav_menu in wordpress
- How to use "wp_nav_menu" in WordPress: First open the "functions" file; then add the code "add_theme_support('nav-menus')"; then call it through the code "wp_nav_menu($args)".
- WordPress 2958 2020-01-10 09:48:42
-
- How to create thumbnails using WordPress' built-in image repository
- How to make thumbnails using WordPress's built-in image warehouse: first create a "thumb.php" file; then add the code content as "<?php $args = array();$attachments = get_children($args);".
- WordPress 2408 2020-01-07 10:14:14
-
- How to share selected content to Sina Weibo in Wordpress
- Wordpress implements the method of sharing selected content to Sina Weibo: first introduce jQuery; then add a piece of js code at the bottom of the page as "var miniBlogShare = function(){$('<img id="imgSinaShare"...}" that is Can.
- WordPress 2705 2020-01-07 10:10:48
-
- WordPress 5.1 Simplified Chinese Language Supplement
- Below, the WordPress tutorial column will introduce to you the simplified Chinese language supplement of WordPress 5.1. I hope it will be helpful to friends who need it! The Chinese version of the language files is not complete, and some of them are not Chinese. They are in very useful positions and are not too eye-catching. In addition, WordPress 5.1 seems to have changed many core files.
- WordPress 3360 2020-01-06 14:45:43
-
- How to add loading prompt in WordPress article title link
- How to add a "Loading" prompt to the WordPress article title link: First open the "header.php" template file; then add the code "$(document).ready(function(){." before the "</head>" tag. ..}" will do.
- WordPress 3271 2020-01-04 10:20:21
-
- How to set up WordPress image hotlink protection
- How to set up anti-hotlinking for WordPress images: First open the ".htaccess" file in the root directory of the WordPress website; then add the anti-hotlinking rule code as "<IfModule mod_rewrite.c>RewriteEngine</IfModule>".
- WordPress 3057 2020-01-04 10:15:45
-
- How to prohibit WordPress comments from specifying content in English
- How to disable all English comments for specified content in WordPress: First enter the WordPress backend; then open the corresponding template file; then add the code as "function lianyue_comment_post( $incoming_comment ){}".
- WordPress 2563 2020-01-04 10:11:29
-
- How to display only the blocks you need in the WordPress block editor
- Below, the WordPress tutorial column will introduce to you how to display only the blocks you need in the WordPress block (Gutenberg) editor. I hope it will be helpful to friends in need! WordPress’s new block (Gutenberg) editor has been launched for more than a year. Is it easy to use or not?
- WordPress 3218 2020-01-03 16:14:05
-
- How to create dynamic pinned articles for wordpress
- How to create dynamic top articles for WordPress: First enter the WordPress backend; then open the corresponding template file; then add the code "$my_query=new WP_Query('category_name=frontpage&showposts=1".
- WordPress 2882 2020-01-03 09:52:44