Quote Originally Posted by godt View Post
But what I can't find is the number of the new banner group set, as in

< ? php
if (SHOW_BANNERS_GROUP_SET13 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET13)) {
if ($banner->RecordCount() > 0) {
echo zen_display_banner('static', $banner);
}
}
? >
If this is the php for slide 5, how is slide 5 associated with BANNERS_GROUP_SET13 ? And how is slide 6, which is what I want to add, which is sitting there waiting to go, to be associated with any BANNERS_GROUP_SET such that it appears as slide 6?