Necesitas crear un shortcode personalizado para combina las mesas en un solo lugar.
En el archivo functions.php agregue el siguiente código:
1 2 3 4 5 6 7 | add_shortcode('woot_set_1', function() { return woot()->do_set([ ['title' => 'Alicante', 'content' => '[woot id=1]'], ['title' => 'Madrid', 'content' => '[woot id=3]'], ['title' => 'Barcelona', 'content' => '[woot id=4]'], ]); }); |
Títulos aquí significa títulos de pestañas.
