Skip to content

Instantly share code, notes, and snippets.

@ciorici
Created September 7, 2012 06:31
Show Gist options
  • Save ciorici/3663834 to your computer and use it in GitHub Desktop.
Save ciorici/3663834 to your computer and use it in GitHub Desktop.
$scrollthumbs .= '<li class="fadei">
<a href="#" rel="nofollow" class="clearfix">
' . get_the_image( array( 'size' => 'featured-small', 'width' => 60, 'height' => 44, 'link_to_post' => false, 'echo' => false ) ) . '
<div class="info">
' . get_the_title() . '
<span>'._e('Views:', 'wpzoom'); printf( get_post_meta( get_the_ID(), 'Views', true ) ).'</span>
</div>
</a>
</li>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment