Title: Ads counter
Last modified: August 24, 2020

---

# Ads counter

 *  Resolved [zonepluss](https://wordpress.org/support/users/zonepluss/)
 * (@zonepluss)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/ads-counter/)
 * Hi, Greg!
    I need to display total number of adverts on my site. Can you give
   any advice? Looks like it could be PHP script. Do you have this kind of questions
   before? Regards!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/ads-counter/#post-13308883)
 * Hi,
    to display number of published/active Ads on site you can use the `wp_count_posts()`
   function [https://developer.wordpress.org/reference/functions/wp_count_posts/](https://developer.wordpress.org/reference/functions/wp_count_posts/)
 *     ```
       echo wp_count_posts( "advert" )->publish;
       ```
   
 *  Thread Starter [zonepluss](https://wordpress.org/support/users/zonepluss/)
 * (@zonepluss)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/ads-counter/#post-13308893)
 * Thanks, Greg!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Ads counter’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [zonepluss](https://wordpress.org/support/users/zonepluss/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/ads-counter/#post-13308893)
 * Status: resolved