• Resolved Stonehenge Creations

    (@duisterdenhaag)


    Hi Dennis,

    I’ve been using your plugin for years now and I absolutely LOVE it! I run 2×2 (two different websites, both in Dutch and English, all separate blogs) websites on one MultiSite installation with Events Manager Pro running on all blogs.
    Your plugin is the ONLY one that allows me to specify all correct settings, outgoing emails, etc. per blog per language and still link pages together. ??
    WPML and their EM Pro – WPML plugin breaks too much ??

    I have only found 1 minor “flaw” (if I may call it that, hehe).

    WPML adds relative links to the header:
    <link rel=”alternate” hreflang=”en” href=”url-to-English-Page” />
    <link rel=”alternate” hreflang=”nl” href=”url-to-Dutch-Page” />
    And Google really seems to like that. ??

    Is there any way (with custom coding?) to let MSLS do this as well, please?
    IOW, can I (and how do I) get the output of the language selector in pure PHP so I can create a function to create the alternate meta tags?

    Any starter points would be greatly appreciated.

    Keep up the great work!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Stonehenge Creations

    (@duisterdenhaag)

    Any suggestions yet?

    Plugin Author Dennis Ploetner

    (@realloc)

    MSLS already creates an output like this (for my website):

    <link rel="alternate" hreflang="de" href="https://lloc.de/" title="Deutsch" />
    <link rel="alternate" hreflang="it" href="https://lloc.it/" title="Italiano" />

    Do I miss something?

    Thread Starter Stonehenge Creations

    (@duisterdenhaag)

    It really doesn’t at mine… I have tried several themes to test it, but nothing. ??

    Plugin Author Dennis Ploetner

    (@realloc)

    Probably just a long-shot but you have the last version installed really? There is also a call to wp_head() in your header.php?

    Thread Starter Stonehenge Creations

    (@duisterdenhaag)

    Sorry, the error appeared to be at my end… I’ll mark this as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Possible to add “alternate” meta?’ is closed to new replies.