Get an array of the number of post per year of a custom post type (Wordpress)
I have a custom post type called papers, and, to feed a chart, I need an array of the number of posts per year that have posts.
I've tried with wp_count_posts()
but it just give me the total number of post types, and get_archives()
is just to static, and I need to use specific information like the number of post per year.
Does anyone know how to do this? Hope you can help me.
Topic array wp-get-archives custom-post-types Wordpress
Category Web