Provide zblog template_zblog them_wordpress template download and customization

course

Share some tutorials about zblog. Here are zblog beginner tutorials, zblog intermediate tutorials and zblog advanced tutorials. I am honored if they are helpful to you

Error causes and solutions of introducing vant into vue3 project
 Error causes and solutions of introducing vant into vue3 project

Recently, I was working on a vue3 project. It was originally a simple single page, and some common components were written by myself. As a result, the more functions I had, the more I had to worry about later. So I deleted my spicy chicken in time and directly introduced the UI framework of vant. As a result, after van was installed according to the official document, an error was directly reported when importing van on the page. The van import code is as follows:

course 2024-03-12 four thousand three hundred and ninety-one 0 Comments

How does zblog intercept a summary with a specified number of words? Introduction to the custom interception method of zblog summary
 How does zblog intercept a summary with a specified number of words? Introduction to the custom interception method of zblog summary

How does zblog intercept a summary with a specified number of words? This article introduces the method of custom interception of zblog summary. Zblog has a built-in function "SubStrUTF8" to intercept strings. The function can be used as follows: SubStrUTF8 ('string ',' 20 ')// The function has two parameters. The first parameter is to intercept

Zblogphp Tutorial 2024-02-29 three thousand six hundred and seventy-six 0 Comments

The solution of "This order has expired, please re order" will be prompted after the payment is started by the WeChat payment JSP AI
 The solution of "This order has expired, please re order" will be prompted after the payment is started by the WeChat payment JSP AI

Recently, when adding the "JSAPI" interface of WeChat payment to the "Tianxing User Center" plug-in, after submitting the data according to the official WeChat payment document, WeChat directly prompted "This order has expired, please re order", as shown in the following figure: The data and format to be submitted as shown in the official document are as follows: After careful comparison, no problem was found, and according to

course 2023-06-11 three thousand five hundred and twenty-nine 0 Comments

The reason and solution of "failure to connect to the server" prompted by pagoda one click migration
 The reason and solution of "failure to connect to the server" prompted by pagoda one click migration

Today, when I was doing server migration for a customer, I used the "Pagoda One Click Migration API Version" of the Pagoda“ https://www.bt.cn/bbs/thread-42566-1-1.html ”After the operation, click Next to directly prompt "Failed to connect to the server". But it is normal to ping the new server, and the pagoda panel of the new server can also be opened normally

course 2023-05-16 two thousand nine hundred and eighty-six 0 Comments

WeChat applet error: operateWXDataForAd: fail reason and solution
 WeChat applet error: operateWXDataForAd: fail reason and solution

Today, when adding incentive ads to the "Tianxing applet" plug-in, WeChat development tool directly reported an error "operateWXDataForAd: fail" after inserting the code according to the official document, as shown in the following figure: After a search, we learned that this is because WeChat development tool is not logged in to the tourist mode, and it is limited to call the "wx. operateWXData" api in the tourist mode, This api returns the tool's simulated return

course 2023-05-14 two thousand four hundred and thirty-four 0 Comments

PHP saves the txt file with the BOM header added and removes the BOM header from the txt file when reading
 PHP saves the txt file with the BOM header added and removes the BOM header from the txt file when reading

Recently, a user reported that the uploaded txt file was opened directly with a browser. Some browsers normally display garbled code. Then Tianxing Studio looked at it and determined that there was Chinese in the txt file, and then the encoding format was incorrect. The simplest solution was to save the txt file on the computer and select "UTF-8BOM", as shown in the following figure: This article is to share another method of using php to process txt encoding. First, save the

course 2023-05-02 eight hundred and thirty-six 0 Comments

The reason and solution of blank output of applet after using mp html component
 The reason and solution of blank output of applet after using mp html component

Recently, I was working on the WeChat applet plug-in of Zblog. The article content output directly uses the mature mp html component, which was introduced according to the MP html official website tutorial: then I found that using "<mp html content=" {{content}} "/>" in the "wxml" file does not output anything, nor

course 2023-04-08 two thousand one hundred and thirty-one 0 Comments

Introduction to the parameters and usage of the function GetCategoryList for zblog to obtain all categories
 Introduction to the parameters and usage of the function GetCategoryList for zblog to obtain all categories

The "GetCategoryList" function of zblog is used to obtain the classification list collection data. The function is constructed on line 2994 of "zblogphp. php". As shown in the following figure: function parameter: $select array; Obtain the specified data$ Where array, data acquisition restriction rule $order array, data acquisition collation$ Limit array to obtain the data quantity limit$ Option array

Zblog function 2023-03-30 nine hundred and twenty-five 0 Comments

EMlog obtains the title link and other data of the specified classification through the classification ID

The emlogpro version has been released and the emlog application center has also been launched, but there are still few emlog tutorials. Recently, we need to obtain some data of the specified category when we wrestle with an emlog template. After looking at the source code of the emlog program about obtaining sql, we wrote a function://Obtain the category of the specified id functiontx_get_cate (

Emlog Tutorial 2023-03-20 six hundred and sixty-five 0 Comments

The reason and solution for the prompt No input file specified on the phpstudy

Today, we will build a zblog test station locally, a small skin panel (php study) for the server environment. After moving files and databases from the original test station, open the homepage of the website and directly prompt "Noinputfilespecified". This prompt means that the specified file is not found, and then start troubleshooting. First add "

course 2023-03-07 three thousand three hundred and ninety-three 0 Comments

Zblog gets the title/link/ID and other attributes of the current page

Today, the TDK function comes with the theme of Toss zblog. I don't want to write tags in the template file. I want to make a function call more convenient. After some problems are solved, they are shared and hope to help zblog users with the same needs. Zblogphp has a global variable of "$zbp", "global $zbp;" in the function, and then you can get the current page through this object

Zblogphp Tutorial 2023-02-02 one thousand four hundred and fifty-two 0 Comments

Windows+php studio+Apache set the method to allow cross domain requests
 Windows+php studio+Apache set the method to allow cross domain requests

Recently, while developing a vue3 project, I encountered the problem that axios requests cross domains when developing and testing locally. The address of vite local development preview is“ http://localhost:3000/ ”The local web address of phpstudy is“ http://localhost:80 ”。 The console will report an error, and Firefox browser will report an error as follows: Cross source requests have been blocked: the same source policy prohibits reading at the "request ur..."

course 2023-01-09 one thousand seven hundred and seventy 0 Comments

Can't find a tutorial that can solve your problem?

You can try to search or ask questions directly online. We also provide charging technical support. If you need it, you can contact us online.

Online questions Online Service

  • Latest articles
  • Hot article ranking
  • Most Comments
Label aggregation