Menu
.

Overview

There may be instances where you want to customise an All Bootstrap Blocks block template. For example you may want to update the Button block to include an icon. Each block is dynamic and can be overwritten in your theme. To do this you will need to create a new folder called all-bootstrap-blocks in your themes root folder eg: /wp-content/themes/twentytwentytwo/all-bootstrap-blocks/.

Then copy the original template from the plugin folder in to the newly created folder. If a block template is available within your theme it will automatically be used instead of the default template. You can find all of the original block templates in /plugins/all-bootstrap-blocks/blocks. In this directory you will find a number of PHP files each named with the block type eg column.php. Copy the relevant file to your theme and make any changes required.