WebDev

Presenting Post MetaData inside WP Bakery Grids

Grids are great for templating But, out of box, they don’t always include what you need. In this instance, we’ve got a button that is rendered via the vc_external_link[] – this can be placed inside the grid builder on the back-end. add_filter( ‘vc_grid_item_shortcodes’, ‘my_module_add_grid_shortcodes’ ); function my_module_add_grid_shortcodes( $shortcodes ) { $shortcodes[‘vc_external_link’] = array( ‘name’ => […]