View Single Post
Old 06-04-2012, 04:34 PM  
geedub
Confirmed User
 
Industry Role:
Join Date: Jun 2005
Location: concrete jungle
Posts: 3,489
The Pretty Link guys sent me this, it will echo the hits to the pretty links to have an actual hits counter. I edited 1 line, hope the syntax is still legit, it works regardless

PHP Code:
<!-- SHOW PRETTY LINK HITS -->
<?php
global $prli_link;
$myID get_post_meta(get_the_ID(), '_pretty-link'true);
if(
$myID)
{
  
$data $prli_link->getOne($myIDOBJECTtrue);
  echo 
$data->clicks.' Views';
}
?>
<!-- END SHOW PRETTY LINK HITS -->
__________________
Reliable web host that actually cares, tell em geedub sent ya. Vacares
geedub is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote