Shows the article hits.
Requirements
The article option Show Hits must be set to Show.
Example
Language overrides
When selecting this type, the resulting output is (in English) 231 hits
. In order to remove the word hits or to replace it with some other word, you need to override the constant key PLG_CONTENT_ARTICLEDETAILS_HITS
.
This key has value %s hits
. The %s is mandatory, it represents and will be replaced with the hits article count.
Internationalization
To add text before the hits in a multilingual environment, override the constant key PLG_CONTENT_ARTICLEDETAILS_PREPEND_HITS
.