Creating a random list for sidebar
-
Hello everyone. I was wondering if someone might be able to make some suggestions!
I am working with this bit of code:
<div class= “ads”>
<?php if(function_exists(‘mba_display_banner’)) mba_display_banner(11);?>
<?php if(function_exists(‘mba_display_banner’)) mba_display_banner(4);?>
<?php if(function_exists(‘mba_display_banner’)) mba_display_banner(12);?></div>
This actually pulls my ads from max banner ads and puts them in my sidebar. Everything works correctly and places these ads statically.
I am looking for something random.
I want to make a list of say 20 ads (the above list only shows 3) and I want to take 3 of the ads from that list and place them randomly in the sidebar per page impression.
Is this possible. Do I need to clarify this more? Can someone help me with this?
- The topic ‘Creating a random list for sidebar’ is closed to new replies.