Skip to Content
✨ v1.13.0 Released - See the release notes
DocumentationCreate BannersImage Banners

Image Banners

Image banners are the most common banner type. Bannerize supports two kinds of image banners: local images uploaded to your WordPress media library, and remote images hosted on external URLs.

Creating an Image Banner

  1. Navigate to Bannerize > Add New in your WordPress admin
  2. Enter a title for your banner (used for internal reference)
  3. In the Banner Type section, select either Local Image or Remote Image
  4. Configure the remaining fields as described below
  5. Click Publish to save the banner

Local Image Banners

Local image banners use files from your WordPress media library.

  1. Set the Banner Type to Local Image
  2. Click the Select Image button to open the WordPress media library
  3. Choose an existing image or upload a new one
  4. The image URL, width, height, and MIME type will be populated automatically

Remote Image Banners

Remote image banners reference images hosted on external servers, such as a CDN or a third-party ad server.

  1. Set the Banner Type to Remote Image
  2. Enter the full image URL in the External URL field (e.g., https://cdn.example.com/banner.jpg)
  3. Manually enter the Width and Height in pixels
  4. The MIME type will be detected automatically when possible

Remote images depend on an external server. If the remote server goes down or the URL changes, the banner will display as a broken image. For mission-critical banners, prefer local images.

Content Fields

FieldDescription
Banner Typelocal or remote — determines how the image is sourced
Banner URLThe URL of the local image (auto-filled from media library)
External URLThe URL of the remote image (for remote type only)
MIME TypeThe image format (e.g., image/jpeg, image/png, image/webp)
WidthBanner width in pixels
HeightBanner height in pixels
DescriptionAlt text for the image, used for accessibility and SEO
FieldDescription
LinkThe destination URL when the banner is clicked
TargetHow the link opens: _self (same window), _blank (new tab), _parent, or _top
No FollowWhen enabled, adds rel="nofollow" to the banner link for SEO control

If no Link is set, the banner will display as a non-clickable image. Impressions will still be tracked, but clicks will not.

Scheduling Fields

FieldDescription
Date FromThe date when the banner starts displaying. Leave empty to start immediately
Date ExpiryThe date when the banner stops displaying. Leave empty for no expiration

Scheduling allows you to set up time-limited campaigns. For example, you can configure a holiday promotion banner to display only between December 1 and December 31.

Performance Limits

FieldDescription
Max ImpressionsMaximum number of times the banner will be displayed. Set to 0 for unlimited
Max ClicksMaximum number of clicks before the banner stops displaying. Set to 0 for unlimited

When a banner reaches its maximum impressions or clicks, it will automatically stop being served. This is useful for controlling ad budgets or limiting exposure.

Tracking Toggles

FieldDescription
Impressions EnabledEnable or disable impression tracking for this specific banner
Clicks EnabledEnable or disable click tracking for this specific banner

These per-banner toggles work in conjunction with the global settings. If impressions or clicks are disabled globally, the per-banner setting has no effect.

Assigning to a Campaign

In the Campaigns meta box on the right side of the editor, select one or more campaigns for the banner. Campaigns let you group banners for organized display and filtering. See Create Campaigns for details.

Last updated on