Plugin: Post views counter
Create a plugin that will track post views.
Count can be stored in a custom field of the post itself.
Count can be shown using the "beforePostContentEnd" event. The plugin should also provide a custom event to show the count, in case the designer wants to place the number in a different place. The plugin should have a preference setting that will determine whether to use the beforePostContentEnd event or the custom event.
20
votes