Theme Development

14
Dec
WordPress Query Loop Block

WordPress Query Loop Block

As an essential Block in the WordPress block era. Building a customised Query Loop can sometimes be tricky. Here comes Query Loop Simplified.
10
Nov
WordPress Custom Block Developer Essential

WordPress Custom Block Developer Essential

A complete guide for Custom Block development for WordPress in all aspects
1 min read
17
Oct
Block Theme Design Guideline

Block Theme Design Guideline

Template and Template Parts * Site-wide Elements * Search, 404, Singular, Index(Archive) * Header, Footer * Special Page: Blog with Specific Cat Block
29
Mar
TailwindCSS + postCSS + BrowserSync + Gulp for WordPress Theme Development & Production

TailwindCSS + postCSS + BrowserSync + Gulp for WordPress Theme Development & Production

Dependencies package.json "devDependencies": { "autoprefixer": "^10.2.5", "browser-sync": "^2.26.
1 min read
15
Feb
Ghost Theme Development Environment Setup

Ghost Theme Development Environment Setup

To take advantage of the linux system. developing custom ghost theme with WSL2 on Windows is an ideal option. Yet some incompatible issues is worth recording. Such as detecting file changes.
1 min read
18
May
Framework with Plugins and Tools for WordPress Theme Development for Marketing

Framework with Plugins and Tools for WordPress Theme Development for Marketing

Base * Starter Theme: Underscore * General CSS and Layout: Bootstrap * Plugin Activation(requires plugins within theme): TGM Plugin Activation Plugins (Development
1 min read
20
Apr
Post Pagination with Page Number- WordPress Theme Development

Post Pagination with Page Number- WordPress Theme Development

Replace the default Old-New Pagination with Numbered Pagination Code <?php // Do not include the opening php code function numeric_
1 min read