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:
-
- the_time How to use WordPress date and time calling functions
- The WordPress date and time calling function is "the_time()", and its usage syntax is "<?php the_time('Y-m-d'); ?>", where the parameter m represents the English month and the parameter Y represents the four-digit year. , parameter d represents the English date.
- WordPress 3408 2020-01-11 09:49:34
-
- How to set parameters of function get_term_link in WordPress
- How to set the parameters of the function get_term_link in WordPress: first enter the WordPress backend; then open the corresponding template file; then modify the code to "$term = $custom_term;echo get_term_link();".
- WordPress 3378 2020-01-11 09:45:22
-
- 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 2910 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 2777 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 3082 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 2291 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 2835 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 2956 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 3029 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 2514 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 2768 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 3423 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 3345 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 3149 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 2667 2020-01-04 10:11:29