I really want to know the answer to this too, I have for example 16020 views, I really want a comma in the numbers to make it easier to read.
Please help us out.
http://londoneya.com/2014/03/district-wadi-degla-heliopolis.html
It’s not only the two of us who want this resolved, a few people have started their own threads in the past asking the same question.
hello
The FAQ could help you guys (if you were developpers i admit)
Add this in your functions.php from (child)theme or in a plugin or mu-plugin, usually where you add your snippets.
remove_filter( 'baw_count_views_count', 'bawpvc_format', 1 );
add_filter( 'baw_count_views_count', 'bawpvc_better_format', 1 );
function bawpvc_better_format( $count ) {
global $bawpvc_options;
return sprintf( str_replace( '%count%', '%s', $bawpvc_options['format'] ), number_format_i18n( $count ) );
}
bye
Thank you for responding! I’ll try this out.
Yes! It worked, thank you!
To help anyone who is a beginner like me, I installed the Code Snippet plugin and pasted the code. Then I clicked on “save and activate” and the plugin did the rest.
Thanks for helping Julio! π
You’re welcome, i don’t usually do my support (correct english?) because i don”t have free time, but when i don’t have to update the plugin, i answer π
Thanks for posting the suggestion @londoneya. Do you know the exact name of the plugin? I’m thinking the PHP Code Snippet plugin but there are several.
Update: I decided to use the plugin called Code Snippets by Shea Bunge and it worked perfectly.
Thanks again @londoneya & @julio.
Lol okay thanks I believe we posted at the same time. π Much success with your blog.