Skip to content

Instantly share code, notes, and snippets.

Created November 9, 2017 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7644d45c437531c9e510f20827b8b739 to your computer and use it in GitHub Desktop.
Save anonymous/7644d45c437531c9e510f20827b8b739 to your computer and use it in GitHub Desktop.
$content = '<a href=' . get_permalink() . '>' . get_the_post_thumbnail( $post->ID, $imgsize, array( 'style' => 'float:left; margin:0 15px 15px 0;' ) ) . '</a>' . $content;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment