📄️ Add a page, post, or custom post template
You can create a custom WordPress template for a page, post, or custom post type and make it appear in the Template dropdown list on page, post, or custom post type editing screens.
📄️ Insert Beaver Builder shortcode into a theme template file
If you're modifying a theme template file such as single.php, you can insert a shortcode for a Beaver Builder saved row, column, or module, but you also need to add the code to render it.
📄️ Theme action reference
Theme hooks are now auto-generated from the code. Some of the basic actions listed on that page are documented here. A visual layout of the more common theme hooks is displayed at the ProBeaver site.
📄️ Theme filter reference
Theme hooks are now auto-generated from the code. Some of the basic filters listed on that page are documented here. A visual layout of the more common theme hooks is displayed at the ProBeaver site.
📄️ Theme CSS Reference
If you take a look in your browser web inspector of choice, you’ll notice that Beaver Builder doesn’t make use of the typical style.css file that is required of all WordPress themes. That’s because all of Beaver Builder’s styles are generated dynamically from LESS files each time you click Save Settings on the theme settings page. If you need to dig through the core styles to find something you are trying to override, you can find those in the wp-content/themes/bb-theme/less/ directory. The main LESS file for the theme is called theme.less.
📄️ Remove a Customizer tab
You can easily remove a Customizer tab (either a panel or section) with some custom code.
📄️ Disable schema markup in the BB Theme
If you'd like to disable Schema markup within Beaver Builder, use the filter:
🗃️ Custom Theme Presets
6 items