And you need to add WPGlobus plugin support in analytics page in Desktop and Mobile WordPress apps.
Titles of pages in analytics looks like this:
{:ru}Блог{:}{:en}Blog{:}
In JetPack plugin analytics titles looks normal.
-
This reply was modified 8 years, 2 months ago by
AiratTop.
Hi Airat,
Can you optimize Stats page for mobile devices?
To get the best experience with Stats, I suggest using mobile apps https://apps.wordpress.com/mobile/ and connect your site to WordPress.com via Jetpack.
And you need to add WPGlobus plugin support in analytics page in Desktop and Mobile WordPress apps.
Titles of pages in analytics looks like this:
{:ru}Блог{:}{:en}Blog{:}
This is something customized a lot for the multilingual plugin.
If you can have a screenshot for this issue, I can refer you to the correct place to post this request.
Screenshot from mobile app:
https://yadi.sk/i/oLQK3WWM3RXcfX
In desktop app the same problem
-
This reply was modified 8 years, 2 months ago by
AiratTop.
The mix of “{:ru}Блог{:}{:en}Blog{:}” is how the title of the post is saved in the database.
That’s good for WPGlobus but it modifies the natural way of post titles in WordPress.
I don’t think there is a big chance that the Mobile team will change this.
However, you’re welcome to create a request here https://github.com/wordpress-mobile
Thank you for reporting those issues.
If you have any other Jetpack issues, please start your new thread, as per the Forum Welcome?
https://wordpress.org/support/plugin/jetpack#new-post
Thank you!
@htdat
With WPGlobus, it’s all very simple: just filter the database entry before you output it.
apply_filters( 'the_title', $text_from_database );
Should be as simple as that.
Thanks
Gregory
WPGlobus