Advertisement
srikat

Untitled

Oct 12th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <td><?php
  2. if (has_post_thumbnail() ) {
  3. echo get_the_post_thumbnail( $post_id, array( 75, 75 ) );
  4. }
  5. ?></td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement