Zblog calls the background page to manage the code of all single pages

Zblog calls the background page to manage the code of all single pages

For the needs of website development, it is sometimes necessary to call all single pages of page management separately. zblog does not provide a tag for direct call, so you need to write your own call function. According to the development guide of zblog wiki, the zblog code for calling all single pages is as follows: PHP function qiteen_getPages(){ global $zbp; $pages = ''; $arrayPage = $zbp->GetPostList('*', a...
Exhibition of works seven hundred and thirty-nine
 Zblog calls the code of the previous and next articles of the same category

Zblog calls the code of the previous and next articles of the same category

The previous and next articles on the content page of zblog articles are called according to the publication time of the article. In order to improve the relevance of the page content and the optimization of zblog seo, we usually choose to call the previous and next articles in the same category. Unfortunately, zblog does not provide corresponding tag code, so we need to write additional code to implement it. The following code extracts the zblog plug-in TcClassPost, which implements the function of calling the previous and next articles in the same category. Put the code in the include.php file of the theme: PHP functio...
Exhibition of works six hundred and sixty-one
 White responsive free zblog information blog topic love source code

White responsive free zblog information blog topic love source code

A zblog free theme developed and produced by Love source code website based on zblog php. It adopts white design, image and text information layout mode, and responsive three column layout structure. It can support mobile and computer browser access, and is compatible with PC and mobile mainstream browsers, such as IE9+, Safari, Firefox, Chrome, etc. The theme is simple to use, easy to operate, and does not have too many functions. It only provides two configuration options: LOGO upload and Banner map upload. After uploading and installing, it can be enabled and used. It has little to do with the default theme of zblog. It is suitable for users who just contact zblog programs and have no experience in using them, or want to build zblog stations. Theme demonstration: none, please refer to the above theme Download: Z-Blog Application Center
Exhibition of works eight hundred and eighteen
 A simple Z-Blog template in white style suitable for information blog websites

A simple Z-Blog template in white style suitable for information blog websites

White simple style, two column layout structure, responsive design zblog theme, support mobile phone, tablet, PC access, compatible with IE9+, Firefox, Chrome, Safari and other mainstream browsers. The theme design includes home page carousel map, top module, recommendation template, hot review article, popular article, latest article module, and image and text information list layout; Built in list, article head, tail three advertising space and sidebar custom advertising space; Support to customize the title, keyword and description of home page, category, tag, article and single page; Provide background theme configuration panel and visual settings to quickly configure contact information, slides SEO、 Advertising and other basic information are easy to use and operate. Theme features: development and production based on the latest version of zblog php; Support customization
Exhibition of works six hundred and thirty-eight
 Zblog php 1.6 release update, named Valyria

Zblog php 1.6 release update, named Valyria

As one of the most active source codes of open source websites in China, zblog has released Z-BlogPHP version 1.6.0, named Valyria (encyclopedia: the name of a city from the novel Song of Ice and Fire), nearly two years after the last version was released and updated. After reading the official update log of zblog, the 1.6 version has not been updated much in terms of the default use function of the program, but has added several interfaces, database fields and some class methods in terms of development. The most obvious update of zblog 1.6 is to support PHP 7.4, add two new default themes, Zit and tprue, and build a link management plug-in (which can better manage navigation
Industry trends four hundred and eighty-nine
 WordPress blog system will stop supporting PHP 4 and MySQL 4

WordPress blog system will stop supporting PHP 4 and MySQL 4

The WordPress blog version we currently use supports PHP No 4 and MYSQL 4 version, but according to the official news of WordPress, the version 3.2 of WordPress released in the first half of next year will not support PHP 4 and MYSQL WordPress 3.1 released at the end of this year (2010) will be the last blog version that supports PHP 4 and MYSQL 4. Bloggers who buy website space to build WordPress blogs this year should consult the PHP and MYSQL versions of the space before purchasing. If it is PHP 4 and MYSQL 4, they should ask whether it will be upgraded to 5.0.1
Industry trends six hundred and seventy-one