FinchUI Blog

FinchUI Blog

$29.2
finchui(Seller)
hnyanshan@outlook.comqq91446648015639981097WeChat
QR code
classification
theme
update date
2023-05-23 23:49:52
Cumulative visits
11432
scores
No one has scored yet
label
Z-blogPHPFinchUIblog site
service commitment
responsiveoriginal worksfree upgradefree experienceUnlimited domain namespermanent useassist in the installationafter-sales protectionpresentation data
  • introduced
  • parameters
  • update log
  • evaluation
  • guide

FinchUI Blog Edition is a set of Z-BlogPHP themes for blogs, information sites and content aggregation sites. It is developed based on the Finch UI original front-end framework. 2.0 The version continues the original article list, channel page, likes, tagged topics and multi-sidebar capabilities of the blog, and also completes the system transformation of theme entry, upgrade scripts, structured data and page skeleton.


demo site

https://blog.finchui.com/


Experience backstage

https://blog.finchui.com/demo.html


2.0 Version highlights

The theme entry is changed to FinchUI 2.0-style include/function layered loading

The installation, uninstall, and upgrade logic is split into independent scripts, and the default configuration is automatically replenished

Added OGP and JSON-LD structured data output, and provided a special configuration page in the background

The head supports dual logos day and night, and picture resources are replaced synchronously when the front end switches.

The home page, list page, and search page are cut to the left side for all categories navigation and the 2.0 main container skeleton

The module reconstruction logic is changed to directly refresh the Z-Blog module object to remove old compilation cache file dependencies

Add local document metadata: README.md, intro.json, changelog.json


  • responsive design

    computertabletmobile phone

  • Original framework

    Finch UIoriginal developmentclear structure

  • continued to escalate

    Continuous version maintenanceCompatibility optimizationSEO enhancements

  • after-sales support

    work orderQQWeChatremote assistance

basic functions

Provide enhanced capabilities around the high-frequency needs of blog sites
Configure through basic settings, header settings, and footer settings in theme settings
  • Site resource settings

    faviconDay LogoNight Logodefault picture

  • content protection

    Ban F12they must not be duplicatedDisable right clickSimple anti-collection

  • Page performance optimization

    Lazy image loadingmodule reconstructionSource code compression

  • visual experience

    circadian patternCategory navigation on the leftresponsive layout

content presenting

Suitable for blog home page, channel page and article detail page
Output different page shapes through a combination of home page settings, column settings and article settings
  • Home Module

    carouselarticles recommendedSingle column classificationdual-column classification

  • list page

    List of pictures and textspicture listchannel pageSort and filter

  • article page

    praisetwo chaptersrelated articlescomments

  • special page

    Tag aggregationauthor pagesearch pageDate Archive

SEO and Structured Data

Complementing the structured expression capabilities of 2.0 based on the original SEO settings
Suitable for content sites that value search engine presentation and page semantics
  • SEO meta information

    Home titleColumn title structureArticle title structureTag Title Structure

  • Open Graph

    og:typesocial sharingRich media summary

  • JSON-LD

    OrganizationBreadcrumbListArticleSearchAction

  • Page type settings

    Home TypeClassification page typeArticle page type

2.0 version upgrade

This version focuses on system upgrades around the portal structure, SEO expression and page skeleton
Complete access to FinchUI 2.0 while retaining the original business capabilities of the blog version
  • Reorganization of entrance structure

    include/functioninstallupgradewrapper

  • Front desk skeleton upgrade

    header reorganizationmain-widthfilter-sectionallcategory

  • Improved SEO capabilities

    OGPJSON-LDConfigure page splitting

  • Compatible with old services

    Reserved list functionKeep the like logicprogressive migration

t like1
Work ID
fui_blog
version number
1.0
procedural requirements
Z-BlogPHP 1.7.2 Tenet and higher
PHP version
5.4 and later
size
3.84MB
Author's official website
https://en.finchui.com/
  • 202606-24

    v2.0.1

    The theme is free and open, and the thumbnail caching scheme is reconstructed

    • changeThe theme is officially free
    • removedRemove the system-generated thumbnail image option (external chain images cannot be cached, and CDN images with query parameters cannot be recognized)
    • newAdd a new theme thumbnail caching engine to compress and cache local large images proportionally
    • newThe default maximum width of thumbnail images is 600px, and the height is adaptive according to the original image; pictures with a width no greater than 600px are not compressed and the original image is directly reused
    • newWrite the thumbnail cache directory to zb_users/cache/thumbs/, which is the same directory as the Z-Blog system cache, and support one-click clearing in the background
    • newThumbnails manually specified by the article are also included in the cache compression process to avoid direct exposure of large pictures on the list page
    • changeExternal linked pictures are directly output to the original address on the list page, without synchronous downloading, so as to avoid remote picture beds blocking page rendering.
    • changeRemove the option of selecting one of three thumbnail types on the article settings page and uniformly use the theme thumbnail scheme
    • changeRegular matching correction for the first picture in the body: Support any image format such as webp/avif and CDN links with query
    • repairFixed a problem where the list page cannot get thumbnails when using external linked pictures in an article
  • 202605-01

    v2.0

    Completed FinchUI 2.0 architecture migration and structured data transformation

    • changeThe theme entry is changed to include/function layered loading, and the installation and upgrade logic is split into independent scripts
    • newAdded JSON-LD structured data output and background web page structure data configuration page
    • newAdded OGP head output and night LOGO
    • changeThe home page, list page, and search page are cut into the main container of FinchUI 2.0 and all categories navigation skeleton on the left
    • changeTheme module reconstruction is changed to directly refresh Z-Blog module objects to remove old file cache dependencies
    • newSupplement local document metadata such as README.md, intro.json, and changelog.json
  • 202505-13

    v1.1.25.1

    Optimize link codes for website classification modules

    • changeOptimize link codes for website classification modules
  • 202405-27

    v1.1.24.7

    Optimize the website header to close the website logo

    • changeOptimize the website header to close the website logo
  • 202404-17

    v1.1.24.6

    Optimize delayed image loading and add home page carousel

    • changeOptimize the delayed loading of pictures. When you click the tab switch button on the home page, the picture loading will be triggered
    • newHome Home Carroll Chart
  • 202403-18

    v1.1.24.5

    Optimize relevant tab modules for article pages and tab pages

    • changeOptimize the relevant labeling modules on article pages and tab pages (this module will not display when there are no labeled common words in the background or the article has no tags)
  • 202403-14

    v1.1.24.4

    Enhance theme built-in module management and cache control

    • changeYou can uninstall the sidebar module that comes with the theme
    • changeThe sidebar module that comes with the theme can set the caching time
    • newYou can clear the cache of modules included in the theme with one click
    • changeChange random articles to pseudo-random, increasing sql query efficiency and reducing memory consumption
  • 202403-04

    v1.1.24.3

    Fixed issue with enabling themes and like buttons

    • repairFixed error problem with enabling themes
    • repairFixed an issue where the like button could not be turned off
    • repairFix other known issues
  • 202402-06

    v1.1.24.2

    Add relevant tags to the sidebar of article pages and tab pages

    • newThe sidebar of the article page and tab page can display related tags, which are highly correlated to the tags used by the article
  • 202401-22

    v1.1.24.1

    Optimize list width and sidebar closable ability

    • changeWhen the web page width is set to 1280px, the graphic list only displays as a single column
    • newThe sidebars of the home page, column page, article page, tab page, search page, and user page can be closed
  • 202312-13

    v1.0.23.10

    Add column content settings and new version of jQuery options

    • newAdd column content settings
    • newAdd jquery library options, you can use the new version of jquery library
  • 202310-22

    v1.0.23.9

    Fix known issues

    • repairFix known issues
  • 202310-15

    v1.0.23.8

    Optimize fixed display in sidebar and add switches

    • changeOptimize the sidebar to slide and display it fixed with the web page (positioning is more accurate), and add switches
  • 202309-20

    v1.0.23.7

    Add feature pages created by tags

    • newAdd feature pages created by tags
  • 202309-17

    v1.0.23.6

    Increase page width setting options

    • newAdd page width setting options, and you can select the maximum page width of 1920px or 1280px respectively
  • 202308-24

    v1.0.23.5

    Added list sorting and day and night mode switch

    • newAdd list page sorting switch
    • newAdd day and night mode switch
    • repairFix other known issues
  • 202307-05

    v1.0.23.4

    Optimize ad slot code and fix known issues

    • changeOptimize ad space codes
    • repairFix other known issues
  • 202306-20

    v1.0.23.3

    Optimize article list and summary writing

    • changeOptimize the article list and article summary, and use more efficient writing methods
  • 202306-05

    v1.0.23.2

    Add recent update filtering and theme extension optimization

    • changeRecently updated home page allows you to filter articles published in specified categories
    • changeOptimize theme extension functions
    • changeOptimize sidebar
  • 202305-24

    v1.0.23.1

    Works on shelves

    • newWorks on shelves

guess you like

hot commodity
hot Tags
related tags
FinchUI Store Edition Hong Kong Special Area

share

copy Link

Xinglan Studioadd friends

Working hours: 9:00-22:00
Saturday and Sunday: 14:00-22:00
wechat
Scan the code to add customer service WeChat