
left sidebar
By:
utnalove on
Aug 23rd, 2012 | syntax:
PHP | size: 0.63 KB | hits: 18 | expires: Never
<div class="left_posts">
<a class="left_posts_link" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a> <?php if ( (function_exists('has_post_thumbnail')) && (has_post_thumbnail()) ) { the_post_thumbnail('gorillathumb',array('alt' => get_the_title(),'class' => 'photo')); } else { echo '<a href='.$link.'><img src='.$blogurl.'/thumbnail.php?src='.get_post_image().'&h=150&w=150&zc=1&q=99&a=t" alt='.$title.' /></a>';
;}?>
<div style="clear:both;"></div>
<?php echo contentnoimg(16); ?>
<div style="clear:both;"></div>
</div>
<?php endwhile; wp_reset_query();?>
</div>