StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-22-2010, 10:44 AM
beyers13 beyers13 is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2009
Posts: 58
Default banner on top of categories....

I have moved my banner space above the tabber and enews so it spans the length of the top and i use and array code like this
PHP Code:
     <div class="hpfeatured">
<?php
$images 
= array("http://pananewsonline.net/wp-content/uploads/2010/04/bad2.jpg""http://pananewsonline.net/wp-content/uploads/2010/04/bad1.jpg""http://pananewsonline.net/wp-content/uploads/2010/04/bad3.gif");
$URIs = array("http://www.fnbpana.com""http://www.bobridingschrysler.com/""http://www.panahospital.com/");

// Incase you input more values into one array than the other.
if(count($images) < count($URIs)){ $TOTAL count($images); }
else{ 
$TOTAL count($URIs); }

$randomNum rand(0,$TOTAL-1);

echo 
'<a href="'.$URIs[$randomNum].'"><img src="'.$images[$randomNum].'" /></a>';
?>
I got it to work on the home page and the pages, but i cant get it to show up on my category pages. I have tried putting the code all over the place to no avail.


thanks for the help,

Wil
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Add Banner/AmazonWidget between the 2 categories and the bottom 1 category? Anson General Discussion 3 05-14-2010 09:10 PM
468x60 Banner as a Flash Banner lindseyewm General Discussion 3 09-26-2009 06:30 PM
Banner: How to get rid of "Enter 468x60 Banner Code Here" galvanizd General Discussion 4 11-28-2008 05:17 PM


All times are GMT -5. The time now is 03:41 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.