Advertisement
utnalove

WP. magazine.php

Aug 19th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. <?php if ( has_post_thumbnail() ) {
  2. the_post_thumbnail( 'thumbnail', array('class'=>'alignleft', 'alt' => get_the_title() , 'title' => get_the_title() ));
  3. echo contentnoimg(50);} elseif (get_post_image(TRUE))  { echo '<a href='.$link.'><img class="alignleft" 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>'  ; echo contentnoimg(50); } else{ echo contentnoimg(50);}?><p></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement