Remove Bricks Header using remove_action
April 27, 2023
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 the above code, I am removing the Bricks Header from the Post Types that I use for my Sales Funnels built using the FunnelKit plugin. You just need to add…
Read MoreSet a Bricks Builder Template using PHP
March 24, 2023
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 by utilizing the bricks/screen_conditions/scores PHP Filter. You'll notice that the last word on the end of that filter is "scores". Bricks has a built-in template scoring system and it uses…
Read More