How to show post views shortcode data for each post on Posts List Page?
Example: [shortcode id=""]. I just want to how to dynamically fetch each post ID on Posts Lists page over archive page or normal posts page inside the shortcode placed in excerpt.
Currently I'm using Post Views plugin. Using its shortcode [post-views], I'm able to correctly display post view on each single post page. However I'm facing issue when I include the same shortcode in Excerpt to show it over Posts List Page and Archive List page. There it appears Zero.
It works fine on Posts List page, only if I give a absolute Post ID as : [post-views id="1"], currently don't have a way to fetch that ID dynamically, as get_the_ID() fetches the page ID.
While on Archive page, Shortcode syntax appear as its is in Excerpt.
Hence Could you please help extend that shortcode to auto fetch Post id even on Post Lists Page or Archive page?