Provide zblog template_zblog them_wordpress template download and customization

Zblogphp Tutorial

Zblogphp Tutorial Summary

The cause and solution of verification code error is always prompted in the background of zblog login
 The cause and solution of verification code error is always prompted in the background of zblog login

If you also encounter zblog background login that always prompts verification code errors, and your website has also opened cdn, then the approximate rate is the same as the problem described in this article. If there are no these two conditions, you can skip this article and look for other solutions. Problem description: Today, I met a customer who said that his background login on the zblog website would always prompt "wrong verification code", which made it impossible to log in to the background. Although I tried many times and ensured that the verification code was correctly entered ..

Zblogphp Tutorial 2025-03-01 nine hundred and thirty-one 0 Comments

Zblog uses api to submit post data, prompting the reason and solution of 419 error
 Zblog uses api to submit post data, prompting the reason and solution of 419 error

Recently, a user who purchased the theme of "zblog pure blog theme vue3+applet dual version" developed by Tianxing Studio contacted me and said that after installing the theme, the foreground could not publish articles. Debugging and troubleshooting in the background of the customer's website found that the website api returned everything normal to the get request, and the post request returned 419 uniformly and prompted "ZbpErrorException: illegal access ..

Zblogphp Tutorial 2025-02-23 six hundred and forty-two 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 four thousand nine hundred and fifty-five 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". In the function, "global $zbp;" can be used to obtain the current page ..

Zblogphp Tutorial 2023-02-02 two thousand five hundred and eighty 0 Comments

Detailed description of zblog template article publishing time format
 Detailed description of zblog template article publishing time format

In the zblog template, there is usually an article release time. Some users want to display the month, month, and day, while others want to display the specific time, minute, and second, and some want to display the day of the week. Therefore, Tianxing Studio has specially written a function to handle this tag, and then put the specific format into the theme configuration for users to customize settings. Set the item length as follows: there are two styles, one is display ..

Zblogphp Tutorial 2022-11-23 two thousand nine hundred and seventy-five 3 Comments

Zblog page opens slowly | Troubleshooting method for long TTFB loading time
 Zblog page opens slowly | Troubleshooting method for long TTFB loading time

Today, I checked for a customer the problem that the home page of his website took too long to load. After the problem was solved, I shared the process and tools to help users with the same problem. First of all, the customer's website data is about 5w+, and it takes more than 5 seconds to open the home page each time. As shown in the figure below, the TTFB time is 5.94 seconds. First, check whether it is ..

Zblogphp Tutorial 2022-05-19 two thousand seven hundred and sixty-four 0 Comments

Zblog application center download application prompt: App download failed
 Zblog application center download application prompt: App download failed

Recently, many zblog users will prompt "App download failed" when installing applications in the background application center. This article will describe the cause and solution of this problem in detail. Problem display: zblog background -- application center -- my application warehouse -- click online installation, and wait for a while to pop up "Congratulations, the application has been downloaded! You can now enable it in the plug-in or theme management office

Zblogphp Tutorial 2022-04-07 two thousand eight hundred and sixty-six 0 Comments

The reason and solution of the problem that zblog posts successfully but is not saved
 The reason and solution of the problem that zblog posts successfully but is not saved

Today, I came across a customer's zblog site that published an article successfully, but it was not saved. The article just published cannot be seen in the article management. When encountering this problem, the first thing to rule out is whether it is caused by the theme or plug-ins. So the first thing to enter the background of the customer website is to switch the theme to the default theme, and then turn off plug-ins one by one to rule out testing. Finally, it is found that even if all plug-ins are turned off, the theme is the default theme, and the problem still exists. At the same time, upgrade the program to the latest version ..

Zblogphp Tutorial 2022-01-12 two thousand six hundred and fifty-three 0 Comments

Zblogphp calls the code of sub classification and descendant classification

Zblogphp has its own code for calling classification subcategories and descendant classifications. This article tries to explain the code usage. The function of zblogphp to call classification subcategories is "$zbp ->categories [classification id] ->SubCategories". This function outputs an array and directly uses the foreach loop to obtain the corresponding data. The complete code example is: {foreach ..

Zblogphp Tutorial 2021-08-06 three thousand three hundred and sixty-one 0 Comments

Zblog A method of establishing multiple websites or multiple websites sharing a database
 Zblog A method of establishing multiple websites or multiple websites sharing a database

Today, I saw on the zblog forum that a user asked whether zblog could build multiple websites in one database. This article tries to introduce the method to achieve this requirement. In detail, this requirement can be subdivided into whether multiple websites share a set of data or multiple websites share a database, but each website has separate data. If you need more than one website to share a database, but each ..

Zblogphp Tutorial 2021-07-31 three thousand three hundred and seventy-eight 0 Comments

How does zblog call users? The method of zblog calling website users

Sometimes we need to call registered users of the website somewhere on the website. Zblogphp has built-in functions that can be called directly. This article is to share the method of zblog calling website users. The function that zblogphp calls website users is "$zbp ->GetMemberList()". This function has five parameters in total. Details are as follows: $zbp ->GetMemberList ($sel

Zblogphp Tutorial 2021-07-27 two thousand four hundred and seventy-two 0 Comments

Parameter description and usage of the new version of the GetList function of zblog
 Parameter description and usage of the new version of the GetList function of zblog

The original "GetList function" has been optimized in zblog1.7. Let's review the functions of the old version: the old version of "GetList function" has 7 parameters. The main problem is that the additional options are too weak, and the data that can filter the specified conditions is basically very few. So the "$zbp ->GetArticleList" function used by developers before is more common. The latest "GetList function" makes up for the lack of calling the specified logic

Zblogphp Tutorial 2021-07-06 three thousand eight hundred and sixty-six 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