Author: Bonn

How To Set Your Own Conditions for Successful Form (Adv) Submissions
By default, Kadence Form (Adv) is marked as “successful” when it passes all of its built-in checks, such as required fields and spam protection.…
Customize Pagination in Kadence Theme Using kadence_pagination_args
The kadence_pagination_args filter allows developers to customize the pagination settings used in the Kadence Theme when displaying lists of posts (e.g., on blog archive…
Customizing Kadence Related Posts with kadence_related_posts_args Filter
When you enable Related Posts in Kadence Theme, it will automatically display up to six related posts that share similar categories or tags with…
Custom Queries for the Portfolio Grid/Carousel Block (Filter)
The Portfolio Grid/Carousel block (Kadence Blocks Pro) provides settings to display posts in a grid or carousel layout. However, sometimes you need to alter…
Custom Queries for the Posts Block (Filter)
The Posts block provides settings to display posts in a grid layout. However, sometimes you need to alter the query beyond the block’s built-in settings. In…
Run JavaScript when Query Loop (Adv) Updates
Kadence Blocks Pro has an event called kb-query-loaded that fires whenever a Query Loop (Adv) block loads new results. Think of it like a…
Custom Upload Directory in Kadence Form (Adv) Block
By default, files uploaded through Kadence Blocks Advanced Form are stored in the WordPress uploads directory under: These files are also organized into year…
Add Thumbnails to Next/Previous Post Navigation
By default, the Kadence Theme post navigation shows only the post titles with arrows. With this code snippet, you can enhance it by displaying…
Populate Select, Checkbox, and Radio field option values programmatically in Form (Adv)
This guide explains how to programmatically populate option values for Select, Checkbox, and Radio fields inside the Form (Adv) block. By default, these fields…
Applying Block-Level Custom CSS in Kadence Blocks
Kadence Blocks provides an easy way to apply block-level custom CSS directly inside the WordPress editor. This feature is available in the Row Layout…