Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <td><?php
- if (has_post_thumbnail() ) {
- echo get_the_post_thumbnail( $post_id, array( 75, 75 ) );
- }
- ?></td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement