WordPress

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
01
Mar
WordPress links and permalink

WordPress links and permalink

A customised URL style can not only increase customer satisfaction but also make it easier to identify the location when issues occured.
1 min read
08
Dec
Wordpress Theme Development with Docker and UnderStrap

Wordpress Theme Development with Docker and UnderStrap

Docker Set-up for Wordpress Development Define Services in a Compose File Reference # Version of the Compose file format # Version 3
2 min read
07
Aug
Contact Form 7 - recaptcha

Contact Form 7 - recaptcha

Stopping Spam with Google reCAPTCHA in Contact Form 7 included Integration
22
Jun
Only-Home-Page Problem during WordPress Hosting or Migration

Only-Home-Page Problem during WordPress Hosting or Migration

There are times when a WordPress site needs to be migrated to a new server or hosting. When 'everything' is set up, only the home page can be accessed as expected while all other pages return 404. Following the below method should solve the problem in most case.
1 min read
19
Jun
Make a Widget in WordPress

Make a Widget in WordPress

How to make you own widget in a theme for WordPress
1 min read
15
Jun
Paginating Search Result in WordPress

Paginating Search Result in WordPress

Inject parameter that control pagination of query result so that search.php can display paginated result
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
20
Apr
Inject Tracking Code with a Plugin in WordPress

Inject Tracking Code with a Plugin in WordPress

Plugin My Custom Functions Simply put, the code injected with the plugin will be appended to functions.php Code // Below