Would it be possible for my app posts to have a view count for all my posts including new posts and old Post, so that users can see the amount of views published posts has and also interact with the post. Is it possible?
Hey @Tari_Ebizimor
Currently, the AppMySite platform does not have a native option to display post view counts or interaction metrics within the app.
If you would like to show view counts for your posts (for both new and existing posts), you can implement this on the WordPress side using a plugin that tracks and displays post views on your website.
Once the view count is visible on the website pages, the same information will automatically appear in the app as well, since the app loads the content from your site (for example, when pages are displayed through WebView).
So, this functionality would need to be implemented and managed through your website configuration, and the app will reflect those changes accordingly.
Hope this helps!