shaddi
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Language selector abbreviation and menu locationVery simple, you can edit the names right in the polylang language settings.
Forum: Plugins
In reply to: [Polylang] Language selector abbreviation and menu locationI want to pull all languages separately. Cause else I cant use custom text between each link.
I.e.
<?php pll_default_language(de_DE); ?> |
<?php pll_default_language(en_US); ?> |
<?php pll_default_language(tr_TR); ?>But as said this doesn’t work. Where is my mistake?
Forum: Plugins
In reply to: [Polylang] Language selector abbreviation and menu locationI’m editing the navbar file myself. What I need from polylang is to be able to position each language selector link individually.
Forum: Plugins
In reply to: [Polylang] Language selector abbreviation and menu locationRequest 2. Cause I want the | pipe symbol as plain text behind each language link.
DE | EN | TR
and not
DE EN TRForum: Plugins
In reply to: [Polylang] Language selector abbreviation and menu locationAs explanation, I’d like a custom menu that looks like this:
DE | EN | TR
With the abbreviations being the links. So I thought this could be done in this way:
<?php pll_default_language(de_DE); ?> |
<?php pll_default_language(en_US); ?> |
<?php pll_default_language(tr_TR); ?> |Forum: Plugins
In reply to: [Polylang] Language selector abbreviation and menu locationYou are right, thank you. I’m experiencing some problems though.
<?php pll_default_language(‘de_DE’=>1); ?>
<?php pll_default_language(de_DE); ?>
Both don’t work. What’s my mistake here?Forum: Plugins
In reply to: [Polylang] Language selector abbreviation and menu locationForget about 1, I just found out that I can simply change the name from English to EN. What about 2 though? ??
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Usage together with CornerstoneThank you for the very quick reply. Did you ask them about cooperating? Right now I’d not really be sure how to make a multi lingual page with Cornerstone and WPGlobus.