How to display the content from the regions?
You can use wordpress shorttags [ml_region id=”some_identidier_from_admin”]
wordpress do_shortcode function <?php echo do_shortcode(“[ml_region id=some_identidier_from_admin]”); ?>
or custom php function <?php ml_region(‘some_identidier_from_admin’); ?>
More details and example images can be found in the plugin documentation folder

34 Purchases
10 Comments