Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey ActMark!

    You can use WordPress’ do_shortcode function to achieve your goals.

    Something like this should work in your template file:

    `<div id=”banner_area”>
    <?php echo do_shortcode(“[banner group=’homepage’]”); ?>
    </div>`

    Let me know if that works for you.

    Thanks!
    Richard

    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey ActMark!

    As I believe this is resolved, I’m going to mark this topic closed.

    Let me know if you need anything else!

    Thanks,
    Richard

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding Banner to Header’ is closed to new replies.