Hey guys,
I want to see the real views under the search results for premium ads, the code is
<span class="viewed">
<?php echo __('viewed', 'veronika') . ' <span>' . osc_premium_views() . '' . '</span>'; ?>
</span>
But if I just change osc_premium_views() to osc_item_views() is not working, is there any trick or way to just show the real visits.
Thanh you!