I’m currently running a Discourse forum and I’d like to display the total number of posts a user has made directly in each post they create. Ideally, this should appear next to the username or under the avatar in the post view.
I’ve checked the settings under Admin > Settings > Users and Post Menu Hidden Items, but I couldn’t find an option like user_stats or post_count. I also tried customizing the theme with a poster-name:after widget and JavaScript API, but the post_count attribute doesn’t seem to be available.
Is there a built-in way to enable this, or do I need a plugin or specific API call? Any guidance would be appreciated!