Show the number of views only [HOT]
-
I am using the following code to show the number of views in the template.
if(function_exists('the_views')) { the_views(); }
150 Views
However I want to display only the numeric value and not the word “Views”
How can I do that?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Show the number of views only [HOT]’ is closed to new replies.