Advertisement
utnalove

left sidebar

Aug 23rd, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.63 KB | None | 0 0
  1. <div class="left_posts">
  2.                  <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().'&amp;h=150&amp;w=150&amp;zc=1&amp;q=99&amp;a=t" alt='.$title.' /></a>';
  3. ;}?>
  4.                 <div style="clear:both;"></div>
  5.                     <?php echo contentnoimg(16); ?>
  6.                 <div style="clear:both;"></div>
  7.           </div>
  8.         <?php endwhile; wp_reset_query();?>
  9.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement