Osclass Support Forums

Osclass plugin support => Other => Topic started by: Demark on January 15, 2021, 03:51:34 PM

Title: Steps to add item views counter for each listing
Post by: Demark on January 15, 2021, 03:51:34 PM
Steps to add item views counter for each listing

I tried to paste <?php echo osc_item_views(); the code everywhere in item.php. but it shows syntax error, unexpected '<'   where can I paste the code exactly in which line?
Title: Re: Steps to add item views counter for each listing
Post by: MB Themes on February 08, 2021, 09:14:57 AM
@Denmark
Correct code"
Code: [Select]
<?php echo osc_item_views(); ?>
Can be entered anywhere just not between other <?php ?> tags
Title: Re: Steps to add item views counter for each listing
Post by: Demark on February 10, 2021, 09:11:35 AM
Thank you so much