Advertisement:

Author Topic: adding new statistics posted ads PLS Help  (Read 674 times)

zombieek

  • Newbie
  • *
  • Posts: 12
adding new statistics posted ads PLS Help
« on: March 22, 2017, 02:57:38 pm »
Hi all, Please I need advice on how to add statistics on the index, which will be announced today, the number of newly added ads. Thanks in advance for your help

Sample: "Today posted ads: 256"

cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Re: adding new statistics posted ads PLS Help
« Reply #1 on: March 22, 2017, 05:31:40 pm »

zombieek

  • Newbie
  • *
  • Posts: 12
Re: adding new statistics posted ads PLS Help
« Reply #2 on: March 22, 2017, 08:20:36 pm »
Thanks, but can you please advise where to insert it, or how to set it to work?

cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Re: adding new statistics posted ads PLS Help
« Reply #3 on: March 22, 2017, 09:15:17 pm »
Usually you add this in the file footer.php that you can find in your theme folder

Code: [Select]
<p>Total posted ads: <?php echo osc_total_active_items() ;  ?></p>
<p>Today posted ads: <?php echo osc_total_active_items_today();  ?></p>

zombieek

  • Newbie
  • *
  • Posts: 12
Re: adding new statistics posted ads PLS Help
« Reply #4 on: March 25, 2017, 12:45:30 pm »
thanks a lot