stacyeight
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to limit Tag Cloud to certain number?marekuk… i saw another thread of yours about how to do a slideshow only on page 1… i need to do that on the home page for a site im working on…..could you share what you did?!
thanks!
awesome! That worked!!!
now to get them all centered? what should i do… add </center to the css?
thank so much!!!
thank you.
This is my first time really using php like this… how would I do that?
ok guys…. I have the plugin for the slideshow working. i have 4 on the same page. they are coming up vertical… i need them to be horizontal and next to each other…. is that possible? this is the code I am using right now:
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “donald”, “” );}?>
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “erica”, “” ); } ?>
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “mac”, “” ); } ?>
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “el”, “” ); } ?>thanks!