Bonanza
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.
Tags: Adsense Ready, Custom Menu, Dark Red, Featured Content, Featured Video, Fixed Width, Free WordPress Themes, Horizontal Navigation, Right Sidebar, Theme Options, Threaded Comments, Three Columns, Three Level Dropmenu, Twitter Ready, Widget Ready, Wordpress Templates, WP Themes
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:
[php]
<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 –>
[/php]
Replace it with this one below:
[php]
<div class="post-content">
<?php the_content(); ?>
<?php wp_link_pages(‘before=<div id="page-links">&after=</div>’); ?>
</div><!– POST CONTENT END –>
[/php]
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
Using this theme. making my blog a look great. Thanks a lot