Title: rsaw3rd's Replies | WordPress.org

---

# rsaw3rd

  [  ](https://wordpress.org/support/users/rsaw3rd/)

 *   [Profile](https://wordpress.org/support/users/rsaw3rd/)
 *   [Topics Started](https://wordpress.org/support/users/rsaw3rd/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rsaw3rd/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rsaw3rd/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rsaw3rd/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rsaw3rd/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rsaw3rd/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [I need Multiple Event Calendars – How Can I ?](https://wordpress.org/support/topic/i-need-multiple-event-calendars-how-can-i/)
 *  Thread Starter [rsaw3rd](https://wordpress.org/support/users/rsaw3rd/)
 * (@rsaw3rd)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/i-need-multiple-event-calendars-how-can-i/#post-1352853)
 * Nevermind, I am using different Google Calendars to Update the Different Types
   of Information
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need Help, PLEASE](https://wordpress.org/support/topic/need-help-please-10/)
 *  Thread Starter [rsaw3rd](https://wordpress.org/support/users/rsaw3rd/)
 * (@rsaw3rd)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/need-help-please-10/#post-1319086)
 * I received an Error 1 when trying to import the file….what is error 1?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Trouble with Post Titles Overlapping Post Exerpts on Homepage](https://wordpress.org/support/topic/trouble-with-post-titles-overlapping-post-exerpts-on-homepage/)
 *  Thread Starter [rsaw3rd](https://wordpress.org/support/users/rsaw3rd/)
 * (@rsaw3rd)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/trouble-with-post-titles-overlapping-post-exerpts-on-homepage/#post-1161382)
 * Corrected by removing Content Tag from Template and just going with the links
   for the posts
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP125 Need to Rotate Ads bith out using Widget](https://wordpress.org/support/topic/wp125-need-to-rotate-ads-bith-out-using-widget/)
 *  Thread Starter [rsaw3rd](https://wordpress.org/support/users/rsaw3rd/)
 * (@rsaw3rd)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/wp125-need-to-rotate-ads-bith-out-using-widget/#post-1159999)
 * <<Bump>>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP125 Need to Rotate Ads bith out using Widget](https://wordpress.org/support/topic/wp125-need-to-rotate-ads-bith-out-using-widget/)
 *  Thread Starter [rsaw3rd](https://wordpress.org/support/users/rsaw3rd/)
 * (@rsaw3rd)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/wp125-need-to-rotate-ads-bith-out-using-widget/#post-1159926)
 * Or is there a way to configure the widget to get 3 cols instead of just 1 or 
   2? then I could use the widget to rotate out the ads and not have to use the 
   single ad post hardcoded into the sidebar
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP125 “Random” Ad Order Problem](https://wordpress.org/support/topic/wp125-random-ad-order-problem/)
 *  [rsaw3rd](https://wordpress.org/support/users/rsaw3rd/)
 * (@rsaw3rd)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/wp125-random-ad-order-problem/#post-994795)
 * Thanks for the information, I need to rotate out the ads on my site as well, 
   but not using awidget due to layout, I followed the above example and used the
   code <?php $num = rand(1,6); wp125_single_ad($num); ?> for each of the 6 ad spots,
   now sometimes, I get 4 of the same ad in the spots, how do I refine this code
   to only display one of each advertiser but in a different spot each ? In other
   words I want 3 ads across and 2 rows, then Random order. The settings only allow
   for 2 cols.
 * Here is what I did to display ads:
 * <div class=”Ad-125″>
    <?php $num = rand(1,6); wp125_single_ad($num); ?> <?php
   $num = rand(1,6); wp125_single_ad($num); ?> <?php $num = rand(1,6); wp125_single_ad(
   $num); ?> <?php $num = rand(1,6); wp125_single_ad($num); ?> <?php $num = rand(
   1,6); wp125_single_ad($num); ?> <?php $num = rand(1,6); wp125_single_ad($num);?
   > </div>

Viewing 6 replies - 1 through 6 (of 6 total)