
Making a simple most read articles for WordPress
We’re going to use an ACF and a little bit of PHP. Let’s add an ACF custom field to keep a count of views on any post, add this to your code: Okay, now we need a PHP function to increment the post views field when we view it. This could go in your single.php... » read more