Trying to put php inside the shortcode. Each page assigned a number $id_number
<?php echo do_shortcode(“[events label='{$id_number}’]”); ?>
This should show only those events with label value which matches the page number. It ends up showing them all. Any ideas anyone?
p.s. <?php echo $id_number ?> does work and returns the value of the page number.