I am using a custom Discourse theme and want to display the number of views for each topic. The default Discourse setup includes this feature, but it is not visible in my theme.
I checked the template files and found a section where column headers for sorting topics include an option for views. However, I can’t find where the actual number of views is being displayed in the theme.
How can I add the view count to my theme? Where should I insert the correct code to make it appear? Also, is there a way to do this without modifying the core files, only using theme components or available customization options?