Results 1 to 2 of 2

Thread: how to display the total number of stores in the system...

  1. #1
    Thread Starter
    Senior Member couponspicy's Avatar
    Join Date
    Nov 2011
    Location
    India
    Posts
    223
    Thanks
    34
    Thanked 18 Times in 15 Posts

    how to display the total number of stores in the system...

    HTML Code:
    <div class="counter"><?php printf(_n('There are currently %s active coupon', 'There are currently %s active coupons', appthemes_count_posts(APP_POST_TYPE, 'publish'),  'appthemes'), '<span>'. appthemes_count_posts(APP_POST_TYPE, 'publish') . '</span>'); ?></div>
    in this code, i want to display the number of stores too....any help...

    such as:
    There are currently 1233 stores and 5351 active coupons.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Page number and total page -need help
    By Orzdy in forum WordPress General Discussion
    Replies: 1
    Last Post: October 19th, 2011, 04:17 AM
  2. Showing the total number of posts
    By jshgroup in forum ClassiPress General Discussion
    Replies: 3
    Last Post: January 27th, 2011, 02:33 AM
  3. How display total jobs count
    By jerome281 in forum Report JobRoller Bugs
    Replies: 7
    Last Post: December 20th, 2010, 04:18 AM