Alex Gor
Forum Replies Created
-
Forum: Plugins
In reply to: [WPGlobus] multilingual XML sitemap for SEO@phll Please update WPGlobus to latest version and check out URL ‘website.com/ja/contact’
Forum: Plugins
In reply to: [WPGlobus] countries incl country abbreviation in header in one lineYou can use code as example and modify it or write your own code suitable for your needs.
Forum: Plugins
In reply to: [WPGlobus] countries incl country abbreviation in header in one lineForum: Plugins
In reply to: [WPGlobus] multilingual XML sitemap for SEOYou can use separate URLs to get sitemaps
http://yoursite/sitemap_index.xml – for default language
http://yoursite/ja/sitemap_index.xml – for Japanese- This reply was modified 4 years, 6 months ago by Alex Gor.
Forum: Plugins
In reply to: [WPGlobus] Writing in 2nd language deletes 1st languagePlease read FAQ
Forum: Plugins
In reply to: [WPGlobus] /en url not workingWPGlobus may not work correctly on development servers having URLs like //localhost/mysite or on custom ports like //myserver.dev:3000. Please use a proper domain name (a fake one from /etc/hosts is OK), and port 80.
To get more info please refer DetailsForum: Plugins
In reply to: [WPGlobus] English Content got missing@auedbaki Please paste here full request code with language code for clarifying.
Forum: Plugins
In reply to: [WPGlobus] English Content got missingSure. I am using WPGlobus
Forum: Plugins
In reply to: [WPGlobus] English Content got missingI am using cURL to test REST API
curl --user "admin:{app_password}" -X POST http://my-site.com/wp-json/wp/v2/posts/{id}/ -d status=publish
It doesn’t reset post content.Forum: Plugins
In reply to: [WPGlobus] English Content got missingPlease read Application Passwords:Integration Guide
It may helps.Forum: Plugins
In reply to: [WPGlobus] Language Selector Mode same as wpglobus.comForum: Reviews
In reply to: [WPGlobus] плагин не работаетСмотрю страницу на русском
https://finanec.ru/kontakty/
выводится контент на русском
Смотрю страницу на английском
https://finanec.ru/en/kontakty/
выводится контент на английском.
Ответил также в системе тикетов.
И, да, вопросы задаются на форуме
а не в ревью.Forum: Plugins
In reply to: [WPGlobus] Language Selector Mode same as wpglobus.comThere is no needs to use Code Snippets if you are using child theme.
You can paste code in functions.php file.
Once again, you can use code example from here
Just findfunction example_callbackstringForum: Plugins
In reply to: [WPGlobus] Bug with Yoast seo title & descriptionForum: Plugins
In reply to: [WPGlobus] Language Selector Mode same as wpglobus.comYou should use
add_filterfunction as described here