How to Display Your Banners

Now that you’ve added some banners to your website, you’ll want to pick a place to display them. The following guide will walk you through your different options to display Banners on your Website.

You can output banners in a Page or a Post by using our Shortcodes. Our shortcodes can be easily generated using our Shortcode Generator, under our Options screen, or by clicking the Banners button above the Edit pane and using our Widget to generate the shortcode. You can also use our Widgets in any widgetized area of your website.

  • To output a Random Banner, place the following shortcode in the desired area of the Page or Post Content:
    [banner]
  • To output a specific Banner, place the following shortcode in the desired area of the Page or Post Content:
    [banner id=123]
  • To output a Random Banner from a Specific Group, place the following shortcode in the desired area of the Page or Post Content:
    [banner group='test']
  • To control the postion of the Caption, use the attribute caption_position=”left”, as seen in the following shortcode:
    // Acceptable values for caption_position are left, right, top, bottom.
    [banner caption_positon="left"]
  • To use an image tag, instead of background image, for the banner, add the attribute “use_image_tag=true” to your banner shortcode. For example:
    [banner use_image_tag=true]