WordPress Custom Block Developer Essential
A complete guide for Custom Block development for WordPress in all aspects
A collection of 22 posts
A complete guide for Custom Block development for WordPress in all aspects
WordPress provides built-in support for authenticating the incoming request to its restful API, which is handy.
Woocommerce order detail is saved in several tables which could be tricky to retrieve, this snippet may be handy to help you out
programmatically register an endpoint to enable customised dynamic redirection
create a checkout link to quickly collect one-time payment
Template and Template Parts * Site-wide Elements * Search, 404, Singular, Index(Archive) * Header, Footer * Special Page: Blog with Specific Cat Block Patterns * Collection of Blocks whose content is to be updated during Post Creation * Post Content: Highlight + Sample Header + Sample Content Reusable Blocks * Identical Blocks to appear in multiple part of
After Cloudflare was enabled on Siteground, The Network Admin was end up with a redirection loop, while the primary site was functioning in anyway.
Another way to quickly fire up a local dev server for Wordpress development
Why `Billing State / County is a required field` warning still pops out when a filed is hidden in Woocommerce/WordPress. Here, we will explore how this occur and how to resolve it.
Dependencies package.json "devDependencies": { "autoprefixer": "^10.2.5", "browser-sync": "^2.26.14", "gulp": "^4.0.2", "gulp-autoprefixer": "^7.0.1", "gulp-postcss": "^9.0.0", "gulp-sass": "^4.1.0", "gulp-sourcemaps": "^3.0.0", "node-sass": "^5.0.0", "postcss": "^8.2.8", "postcss-import": "^14.0.0", "tailwindcss": "^2.0.4" } "scripts": { "dev"
A customised URL style can not only increase customer satisfaction but also make it easier to identify the location when issues occured.
Docker Set-up for Wordpress Development Define Services in a Compose File Reference # Version of the Compose file format # Version 3 is the most current and recommended one version: "3" # Top building block that defines # All containers used for this service services: # Container 1 # https://hub.docker.com/_/mysql db: # Image
Stopping Spam with Google reCAPTCHA in Contact Form 7 included Integration
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.
How to make you own widget in a theme for WordPress