Advertisement
Guest User

Untitled

a guest
Jul 5th, 2011
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1.  
  2.  
  3. <?php /* The Portfolio Image*/?>
  4. <?php if (has_post_thumbnail()) { ?>
  5. <img src="<?php echo get_template_directory_uri(); ?>/js/timthumb.php?src=<?php echo thumb_url(); ?>&w=198&h=120&q=90&zc=1" alt="<?php the_title_attribute(); ?>"/>
  6. <?php } elseif (catch_that_image()) { ?>
  7. <img src="<?php echo get_template_directory_uri(); ?>/js/timthumb.php?src=<?php echo catch_that_image() ?>&w=198&h=120&q=90&zc=1" alt="<?php the_title_attribute(); ?>"/>
  8. <?php } else { ?>
  9. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement