Plugin Directory

WP-BANNERIZE

Can I customize output?

Yes, use the args for set "container" and "before" and "after" tagging. For example the default output is:

<ul>
<li><a href=".."><img src="..." /></a></li>
<li><a href=".."><img src="..." /></a></li>
...
</ul>  

You can change <ul> (container) and <li> (before)

<?php wp_bannerize('container_before=<div>&container_after=</div>&before=<span>&after=</span>'); ?>


<div>
<span><a href=".."><img src="..." /></a></span>
<span><a href=".."><img src="..." /></a></span>
...
</div>

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus (1 reporting)

100%
100,1,1 100,1,1 100,1,1
100,2,2 100,1,1

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(8 ratings)