Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter danimartinez

    (@danimartinez)

    Hi Dave,

    <header id="masthead" class="site-header row" role="banner">
    			<div class="row">
    				<?php
                        echo do_shortcode("[metaslider id=4881]"); // replace 123 with your slideshow ID
                    ?>
    			</div>
    			<div id="site-navigation-bar" class="row">

    This is what we have inside header.php of our theme. But we have the same theme for a lot of blogs inside a network.

    The problem is, for every blog, when we create a new slider, metaslider assigns a new id. Then, the code below is useless.

    Any ideas? is there a way we can show metaslider but not using it’s unique ID?

Viewing 1 replies (of 1 total)