
Bonanza is a 3 columns fixed width WordPress theme by MagPress.com. This Dark Red WordPress template comes with theme options, featured content slider, featured categories, Adsense ready and many more.

Bonanza is a 3 columns fixed width WordPress theme by MagPress.com. This Dark Red WordPress template comes with theme options, featured content slider, featured categories, Adsense ready and many more.
Ronald:
Dr Alan McCowan:
dineshdavey:
Ronald:
Ronald:
Jim:
Andre St-J:
Rise of Congo:
Septian:
Raul Ruiz:
having a few problems . when i use a banner in a post i cant see it unless i click on read more . can i remove read more button and how do i keep my banner
OK. You need to use full post for it to show the banner you’ve attached on post. Please open index.php and look for codes:
<div class="post-content"> <?php if ( has_post_thumbnail() ) { ?> <?php the_post_thumbnail(array(200,150), array('class' => 'alignleft')); ?> <?php } ?> <?php the_post_excerpt($excerpt_length=50); ?> <div class="readmore"><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">Read More</a></div> <div class="clearfix"></div> </div><!-- POST CONTENT END -->Replace it with this one below:
<div class="post-content"> <?php the_content(); ?> <?php wp_link_pages('before=<div id="page-links">&after=</div>'); ?> </div><!-- POST CONTENT END -->Pleae try it out and let me know how it goes. Thanks.
i would be very wonderful if come with FOOTER widget
i hope
thank you
sweet!!! thanks for the support it worked perfect . your themes are some of the best ive seen . thanks again