Advertisement:

Author Topic: I want to show number of views per item  (Read 155 times)

Germar

  • Newbie
  • *
  • Posts: 19
I want to show number of views per item
« 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

BritWeb

  • Hero Member
  • *****
  • Posts: 770
  • If it ain't broke, don't fix it.
Re: I want to show number of views per item
« Reply #1 on: June 04, 2019, 08:23:35 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

Place the code below where you would like it show, also apply some style as needed

Code: [Select]
<?php if (osc_item_views() != '') { echo '<div class=""><span>' __('Viewed by''bender') . ' <strong>' osc_item_views() . '</strong> ' __('people''bender') . '</span></div>';} ?>
Cheers!




Germar

  • Newbie
  • *
  • Posts: 19
Re: I want to show number of views per item
« Reply #2 on: June 07, 2019, 12:28:11 pm »
Hi BritWeb,

Thanks again for the quick solution!

Regards,

Germar