Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Interesting, I have not come across this problem before. How are you outputing the views in your theme? By <?php the_views(); ?>?

    Thread Starter macrodreams

    (@macrodreams)

    I am outputing like this
    <?php echo the_views(); ?>

    Plugin Author Lester Chan

    (@gamerz)

    you don’t need echo because the_views() already echos it. But I don’t think this is the cause of the issue. It might seem to be an encoding issue. Maybe check your meta key called “views” to see what it diplays.

    Thread Starter macrodreams

    (@macrodreams)

    I checked the meta key called “views” it is displaying as 2015, 6688 e.t.c
    Could you please let me know how to fix encoding issue.

    Plugin Author Lester Chan

    (@gamerz)

    I am not sure why this is a comma in there. The plugin saves without the comma. So might guess is some plugin or your theme is using the “views” custom field name as well.

    Thread Starter macrodreams

    (@macrodreams)

    No there is no comma in the meta key field I just given 2 samples like 2015 and 6688 sorry for the confusion. The plugin saves without comma as you said. The problem appears only when I change the WordPress language to Français.

    Plugin Author Lester Chan

    (@gamerz)

    OH, yea, it is an encoding issue on the server side though. To be honest, I have no idea how to solve it. Might it have been something to do with your language pack? Maybe try redownloading the pack?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Comma character is unrecognised’ is closed to new replies.