My understanding last I used BB was that any custom code needs to come in via shortcodes or the BB code module.
Just checking to make sure I didnt miss something.
My understanding last I used BB was that any custom code needs to come in via shortcodes or the BB code module.
Just checking to make sure I didnt miss something.
Use the template element to place a Bricks template, or shortcode.
To add off @Bricklayer:
You can add custom reusable code in many ways:
echo do_shortcode('[shortcode]');
To summarize, based on these answers it seems to be confirmed you cant use template parts, only php code directly added via shortcodes, code or hooks.
No, you can add the “Template” widget in bricks, and load a template through that?
Did I misunderstand you?
My other points were other alternatives to using the built-in Bricks “Template” widget (powerful for global website sections, etc).