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

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 one hundred and eleven 0 Comments

Troubleshooting method and solution for website using pagoda panel server CPU occupying 100%
  •  Troubleshooting method and solution for website using pagoda panel server CPU occupying 100% [Figure 1]
  •  Troubleshooting method and solution for website using pagoda panel server CPU occupying 100% [Figure 2]
  •  Troubleshooting method and solution for website using pagoda panel server CPU occupying 100% [Figure 3]
  •  Troubleshooting method and solution for website using pagoda panel server CPU occupying 100% [Figure 4]

Tianxing Studio wrote an article "Record: pagoda task manager+AliYunDun+cpu occupies 100%" before. Today, I felt that the website was a bit stuck. When I opened the pagoda panel, I saw that the good guy's CPU started to account for 100% again. This time, the CPU accounted for 100%, which was different from the last time. In addition, I was too lazy to log in to Alibaba Cloud to view the process, so I used a local method: directly look at the proportion

course 2023-01-04 one thousand nine hundred and twenty-two 0 Comments

How does the zblog application center issue invoices? Invoicing process after purchasing an application in the zblog application center

If you have purchased an application in the zblog application center, you can apply for invoicing. The invoice is an electronic general invoice. The process of applying for invoice is: please send an email of application invoice to the email address contact@rainbowsoft.org Including: 1. Order number [Please log in to the zblog user center for the order number, which can be found in the "transaction center">"order list" in the left column of the background] 2. Company name [

course 2022-11-29 seven hundred and eighty-eight 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-five 3 Comments

Tutorial of Tianxing User Center: detailed operation steps of website access to WeChat login
  •  Tutorial of Tianxing User Center: detailed operation steps of website access to WeChat login [Figure 1]
  •  Tutorial of Tianxing User Center: detailed operation steps of website access to WeChat login [Figure 2]
  •  Tutorial of Tianxing User Center: detailed operation steps of website access to WeChat login [Figure 3]
  •  Tutorial of Tianxing User Center: detailed operation steps of website access to WeChat login [Figure 4]

Tianxing user center plug-in integrates WeChat login function. WeChat login has two ways: the first is code scanning login, which is suitable for PC browser; The second is to open the website in WeChat client and log in directly; The two login methods need different platforms, so this article will explain the detailed steps of the second WeChat client to open the website and log in directly

course 2022-10-10 two thousand six hundred and nineteen 0 Comments

The solution of "502 Bad Gateway" will be prompted after the pagoda moves
 The solution of "502 Bad Gateway" will be prompted after the pagoda moves

Since the demo server has expired, another server has been launched with the discount of newly registered account. Then I used the pagoda one click migration function to move, then modified the DNS resolution of the domain name, and finally opened the website to test whether it was normal. The result prompts "502BadGateway", as shown in the following figure: The online explanation of the "502" error is that the server returned 502 only after an error occurred

course 2022-09-08 three thousand and eleven 0 Comments

Zblog function GetCommentByID: Get comment object data through comment ID
 Zblog function GetCommentByID: Get comment object data through comment ID

Tianxing Studio has previously introduced the "GetCommentList" function to obtain the comment list. To obtain a specified single comment, you need to use the "GetCommentByID" function introduced in this article. The GetCommentByID function is constructed in about 3609 lines of the "zblogphp. php" file. Function parameter: $id: integer type, which is the comment id of the data to be obtained; Function output: output an obj

Zblog function 2022-07-28 one thousand two hundred and fifty-seven 0 Comments

Zblog function GetCategoryByID: Obtain classification object data through classification ID
 Zblog function GetCategoryByID: Obtain classification object data through classification ID

The "GetCategoryByName" function was introduced earlier. It uses the classification name to obtain the classification object data. However, the classification name may be duplicate, so it is more recommended to use the "GetCategoryByID" function to obtain the object data of this classification through the classification ID. The classification id is unique and not prone to errors. The GetCategoryByID function is constructed in the "zblogp

Zblog function 2022-07-24 seven hundred and eighty-two 0 Comments

Zblog Get the GET/POST equivalent function "GetVars" parameters and how to use them
 Zblog Get the GET/POST equivalent function "GetVars" parameters and how to use them

The "GetVars" function of zblog is used to obtain GET, POST and other data values. The function is constructed on line 519 of "c_system_common. php". As shown in the following figure: function parameter: $name: string, which is required to obtain the name of the value$ Type: Word

Zblog function 2022-06-14 one thousand and thirty-five 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 one thousand five hundred and sixty-three 0 Comments

Zblog Get Tag List Function GetTagList Parameters and Usage Description
 Zblog Get Tag List Function GetTagList Parameters and Usage Description

The "GetTagList" of zblog is used to obtain tag tag collection data. The function is constructed on line 2641 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, additional restriction options

Zblog function 2022-06-06 one thousand two hundred and twelve 0 Comments

Zblog Get Comment List Function GetCommentList Parameter and Usage
 Zblog Get Comment List Function GetCommentList Parameter and Usage

The GetCommentList function of zblog is used to obtain the list of website comment data. The function is constructed in line 2914 of "zblogphp. php". As shown in the following figure: function parameter: $select array; Obtain the specified data$ Where array, data acquisition restriction rules

Zblog function 2022-05-23 nine hundred 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