Custom Post Type and Author Post Count

Posted in: Newspaper
Post count: 7

Hi,

I’ve created a custom post type “News” and one author is writing only on news. but In author page, the post count shows 0 and custom post type contribution doesn’t add-up. Also, the author page don’t have the users custom post.

How can I update the theme to show news CPT also in port count.
and How can I update the authors.php to have author’s taxonomy?

Post count: 20688

Hi,

I believe the count does not include custom post type, only normal posts. You could try to make modifications, and include the custom post type count in this file – https://www.screencast.com/t/SeANuMZ5AaN
Here are some references to the count used – https://codex.wordpress.org/Function_Reference/count_user_posts
You will have to make modification in the code, and it could prove to be a difficult task to implement something like this. These are the only available options at the moment for custom post types
https://forum.tagdiv.com/custom-post-type-support/

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.