I am considering making my wordpress site a multisite for the purpose of adding a second language, I found good guides to do this but I can’t understand whether it’s possible to implement hreflang tags to the pages in wordpress, which is a very crucial point for search engines. Would it be correct if I was to implement the hreflangs with Head & Footer Code plugin, inserting them in the <head> of each page? Thanks in advance
]]>I’m using Polylang Pro as my multi-language plugin and it’s updated to version (3.1.5) and the latest version of WordPress Popular Posts (6.0.4)
$language = array(
'ja' => 1502, //these are the term_id I found in the database
'zh_TW' => 1504,
'en' => 7623,
);
wpp_get_mostpopular(
array(
'limit' => 5,
'range' => 'last7days',
'stats_views' => 0,
'taxonomy' => 'language',
'term_id' => strval( $language[ get_locale() ] ),
)
);
]]>I’m not sure if this plugin will work for LifeFound.Me anyway. This is a multilingual site using Polylang and needs to offer the Bible in multiple languages. Maybe I am asking too much of a Bible plugin like this. Perhaps a shortcode would be a better solution.
]]>I have a question about WordPress Roadmap and one of the feature: native Multilanguage support.
As mentioned in Roadmap 2022 the fourth phase of Gutenberg will be “Multi-lingual — Core implementation for Multi-lingual sites”.
Is there more details about this? Will be this feature ready this year or maybe there is approximate dates? Any info will be helpful.
]]>2) Now, the only remaining translations appear to be the search and filter text, such as:
“Product Search”
“Sort by Newest”
“Search Results for: <search term>”
“Sorry, but nothing matched your search terms. Please try again with some different keywords.”
How do I go about translating these?
3) The Catalog expects one top-level home for the catalog, currently that is set to my French home (with the [show_product-catalog], what should I do with the English home? I currently get this message:
Currently another page is set to show main product listing. Would you like to show product listing here instead?
All your individual product pages will include this page slug as a parent.
Yes
* Use the show_products or show_categories shortcode if you just want to display products or categories.
4) When I enable breadcrumbs, it always shows the French home regardless of what language I am viewing. Is there a way to reflect the language specific catalog home?
Thank you for your help!
-b