Advertisement
Guest User

Untitled

a guest
Nov 11th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php if ( function_exists( 'sharing_display' ) ) {
  2. sharing_display( '', true );
  3. } ?>
  4. <?php if ( class_exists( 'Jetpack_Likes' ) ) {
  5. $custom_likes = new Jetpack_Likes;
  6. echo $custom_likes->post_likes( '' );
  7. } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement