Image width and Height on Home Page in Excerpt
-
Hey Folks,
I’ve installed the myweblog theme on my newly blog at fun.imsciences.net.
I’m getting a problem which i cant sort out.
The Images are coming over each other on the Main Page and categories page.
I want to get a propper thumbnails for the Excerpt on Main Page.In the main index template i have code
<div class="post-content clearfix"> <?php if( ($image || get_option('woo_auto_img') == 'true')&& $full == true) : ?>NEW <div class="wp-caption-thumb alignleft"><?php echo woo_get_image('image','300','130'); ?></div> <?php elseif (($image || get_option('woo_auto_img') == 'true' ) && $full == false) :?> <div class="wp-caption-thumb alignleft"><?php echo woo_get_image('image','120','100'); ?></div> <?php endif; ?> <?php the_excerpt(); ?> <a class="read-more" href="<?php the_permalink() ?>">Read More...</a> </div><!-- End post-content -->
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Image width and Height on Home Page in Excerpt’ is closed to new replies.