Search results automatically update below 😇
Remove Bricks Header using remove_action
Here is the PHP Code you can copy and paste to remove the Bricks Builder header using a PHP action hook - specifically render_header. In…
Back to Top button in Bricks Builder
This is the EASIEST way I have found to add a Back to Top button in Bricks Builder. The best thing about the method we…
Bricks Builder Form data to FunnelKit Automations
This step-by-step guide shows you how to connect your Bricks Builder Forms to FunnelKit Automations. By doing what I show you in this article today,…
Same Bricks Builder Form on multiple Pages
This article will show you how to add the same Bricks Builder Form to more than one page on your website. The benefit of doing…
Add a Bricks Form in the Gutenberg editor
I want to show you how I create my forms in Bricks Builder and then insert these forms into the content I write using Gutenberg.…
Remove Website & Name Fields from Comment Form in Bricks Builder
Here is the code you can copy and paste into your website to remove the Website URL and/or Name field from your Comments form in…
Set a Bricks Builder Template using PHP
This article will show you how to set a Bricks Builder Template for a post or page using PHP. The way we'll do it is…
Redirect WordPress Dashboard to a custom URL for Admins
Here is the PHP code I use to redirect to a custom WordPress Admin Page when I log into WordPress as an Administrator. Add this…
Add offset to Smooth Scroll in Bricks (for Anchor Links)
Below is the CSS code you can copy and paste into your website to add an offset to the Smooth Scroll feature in Bricks. The…
Hide Bricks Elements using has_blocks()
Using the has_blocks() function inside of Bricks allows you to control the output of elements based on whether or not you're using Gutenberg or Bricks…