Osclass forums
Support forums => General help => 3.8.x => Topic started by: Germar on June 04, 2019, 03:39:04 pm
-
Hi,
I want to show number of views per item.
Can someone tell me how to do this and where to place?
Regards,
Germar
-
Hi,
I want to show number of views per item.
Can someone tell me how to do this and where to place?
Regards,
Germar
Hi
Place the code below where you would like it show, also apply some style as needed
<?php if (osc_item_views() != '') { echo '<div class=""><span>' . __('Viewed by', 'bender') . ' <strong>' . osc_item_views() . '</strong> ' . __('people', 'bender') . '</span></div>';} ?>
Cheers!
-
Hi BritWeb,
Thanks again for the quick solution!
Regards,
Germar