Advertisement
Guest User

upprev

a guest
Dec 13th, 2011
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.73 KB | None | 0 0
  1.   $image = sprintf(
  2.                     '<a href="%s" title="%s" class="upprev_thumbnail"%s rel="%s"><IMG SRC=http://www.mysite.com/%s WIDTH=50 HEIGHT=50></a>',
  3.                     $permalink,
  4.                     wptexturize(get_the_title()),
  5.                     $ga_click_track,
  6.                     $current_post_title,
  7.                     get_post_meta($post->ID, 'entry-preview', true,
  8.                        
  9.                         array(
  10.                             $iworks_upprev_options->get_option( 'thumb_width' ),
  11.                             9999
  12.                         ),
  13.                         array(
  14.                             'title'=>get_the_title(),
  15.                             'class'=>'iworks_upprev_thumb'
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement