Provide zblog template_zblog them_wordpress template download and customization

Zblogphp Tutorial

Zblogphp Tutorial 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? 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 two hundred and forty-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", "global $zbp;" in the function, and then you can get the current page through this object

Zblogphp Tutorial 2023-02-02 eight hundred and eighty-five 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 to display

Zblogphp Tutorial 2022-11-23 one thousand six hundred and forty-seven 3 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 one thousand five hundred and sixty-seven 0 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

Zblogphp Tutorial 2022-05-19 one thousand seven hundred and forty 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 one thousand six hundred and fifty-five 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. Zblogphp calls the function of classification subcategories as "$zbp ->categories [classification id] ->SubCategories". This function outputs an array and directly uses the foreach loop to obtain the corresponding data. Complete code example: {foreach

Zblogphp Tutorial 2021-08-06 two thousand three hundred and sixty-six 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 multiple websites to share a database, but each

Zblogphp Tutorial 2021-07-31 two thousand three hundred and ninety-four 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 one thousand eight hundred and twenty-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 zblog 1.7. Let's review the functions of the old version: the old "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 are basically very few. So the "$zbp ->GetArticleList" function used by developers before is more common. The latest " The GetList function "complements the

Zblogphp Tutorial 2021-07-06 two thousand seven hundred and thirty-one 0 Comments

What if the "Fixed Website Domain Name" button of zblog 1.7 is missing? Steps for setting the zblog fixed website domain name function
  •  What if the "Fixed Website Domain Name" button of zblog 1.7 is missing? Steps for setting the domain name function of zblog fixed website [Figure 1]
  •  What if the "Fixed Website Domain Name" button of zblog 1.7 is missing? Steps for setting the domain name function of zblog fixed website [Figure 2]
  •  What if the "Fixed Website Domain Name" button of zblog 1.7 is missing? Steps for setting the domain name function of zblog fixed website [Figure 3]
  •  What if the "Fixed Website Domain Name" button of zblog 1.7 is missing? Steps for setting the domain name function of zblog fixed website [Figure 4]

Two users have asked me why the "fixed website domain name" button of zblog1 is missing, After blowing water in the development group, the answers and solutions were known. Pigs said that they could write one article after another, so they should write one article after another. Why is the fixed website domain name button missing? In version 1.7 of zblog, the button of fixed website domain name was removed. In versions before 1.7, it was like this:

Zblogphp Tutorial 2021-04-19 two thousand eight hundred and twenty-nine 1 Comments

Zblog Upgrade 1.7 Error "Invalid argument supplied for foreach" or "unserialize(): Error at offset" Solution
 Zblog Upgrade 1.7 Error "Invalid argument supplied for foreach" or "unserialize(): Error at offset" Solution

Zblog released the official version 1.7 on April 10, 2021( https://blog.zblogcn.com/2021/04/10/122/ )Unexpectedly, many users reported various errors after the first upgrade, and the forum howled: most of the error messages were "Invalid argument supplied for each", and there was also a message "unseriali

Zblogphp Tutorial 2021-04-11 two thousand one hundred and fifteen 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
  • Sign in
  • Registered account Forgot your password?
  • register
  • Already have an account? Direct login Forgot your password?
  • Social account login