Displaying WordPress Posts' JetPack Statistics Using stats_get_csv()
Here's a quick way to display how many times a WordPress post has been read. For this, you will need: A blog running WordPress. The JetPack plugin installed. The ability to edit your themes. Here's the snippet of code I'm using to add "This post has been read 12,345 times". I'll explain how it works […]
Continue reading →