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

Wordpress gets the total number of articles, categories, tags, etc

When creating a wordpress template, you will need to call the total number of articles on the website, the total number of categories, the total number of tags, etc. It would be too much to directly query the database with count. Fortunately, WordPress has built-in tags that can directly obtain these values. This article has sorted out some commonly used WordPress website total tags. Total number of articles:<? php $count_posts =&...

Wordpress Tutorial 2021-12-23 one thousand three hundred and fourteen 0 Comments

How to restore the background theme of zblog after the configuration settings are incorrect?
 How to restore the background theme of zblog after the configuration settings are incorrect?

Today, a user contacted me and said that when setting a background theme configuration for a zblog website, he accidentally got a piece of js code into it, which led to the whole page error. He asked how to solve the problem. There are three solutions to this problem, so I wrote a special article to explain it in detail. Solution 1: Modify the configuration If there is an application data switch configuration item in your theme configuration, it is as follows: directly turn on this switch, then go to the theme management, switch to other themes, and then switch back

course 2021-12-15 one thousand and sixty-nine 0 Comments

Solution to "nginx: [emerg] BIO_new_file" error when setting certificate on pagoda panel nginx
 Solution to "nginx: [emerg] BIO_new_file" error when setting certificate on pagoda panel nginx

Today, Alibaba Cloud withdrew the certificate of one of my websites, which expired. So I went to Alibaba Cloud to apply for a free certificate. Then there is a set of normal process operations: download the nginx certificate and unzip it to get two files. Open the pagoda background, open the corresponding website settings, open ssl, copy and download the contents of the two files and fill them into other certificates in the ssl settings interface. Finally, click Save to report an error directly to me:

course 2021-10-18 four thousand three hundred and thirty-one 0 Comments

Some complaints about dedecms charging licensing fees
 Some complaints about dedecms charging licensing fees

On September 26, 2021, the official website of dedecms issued a statement: then many webmaster groups exploded. After all, there are still many webmasters using dedecms to build websites. However, after reading this statement, I only felt the madness of dedecms, which is totally crazy. The following is a bit of personal complaints. First of all, copyright must be respected. After all, I am an independent developer myself. It is also a fact that open source projects are not easy to make money. But the information seen in some channels

Dedecms tutorial 2021-09-29 one thousand eight hundred and eighty-six 0 Comments

Wordpress only gets the address of the current user's picture

Recently, I have been struggling with Wordpress again. Personally, Wordpress is really different from Zbp. wp is just a function that goes global. Some commonly used data labels of templates are implemented by various functions, while many of the Zbp labels have been found in the "$Zbp" object, which is relatively simple to obtain. As for which efficiency is higher, my technical level cannot really say. This article is about the need to obtain the current user's avatar. z

Wordpress Tutorial 2021-09-28 one thousand six hundred and forty-seven 0 Comments

When jQuery's $post return type is json, it will not enter the callback function's pit
 When jQuery's $post return type is json, it will not enter the callback function's pit

Today, when debugging a website, I found that the return type of the $post function of jQuery is json. However, I can't go to the function "function (data, status, xhr)" that runs when the request succeeds. The requests and returns in the console are normal When I almost gave up using json for a long time, I honestly searched the Internet and found that if the number of jsons returned by the server

course 2021-08-21 one thousand three hundred and eighty-one 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 will try 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 is 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 twenty-nine 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-eight 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