• terrasamba77

    (@terrasamba77)


    Hello everybody! I really like this plugin, it’s great but It can’t translate my permalink (I need permalink in italian and english, first language is italian so I need to find a solution to translate permalinks in english). Is there any solution? Thank you! 🙂

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • VaLeXaR

    (@valexar)

    What permalink You need to translate? In a text or in php file?

    techwave99

    (@techwave99)

    Hello author

    techwave99

    (@techwave99)

    I have installed wp multilang

    https://wordpress.org/plugins/wp-multilang/ on my site http://3a1.544.myftpupload.com

    I have configured setup settings also I have added Hungarian language

    I have translated my page

    http://3a1.544.myftpupload.com/about/

    Hungarian http://3a1.544.myftpupload.com/hu/about/ it is redirecting same page can you please help me yesterday also I have tried yester day translated page Hungarian 404 page showing, I have deactive plugin and installed and tried now its showing like that can you please help me regarding this ?

    Thank you for you support/

    Thread Starter terrasamba77

    (@terrasamba77)

    @valexar I don’t know the difference, I need to show link in italian and english like this:

    …/it/listino-prezzi (page in italian)
    …/en/price-list (page in english)

    How Can I fix it?
    Thank you for your helping

    techwave99

    (@techwave99)

    htacces same code is there

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Thread Starter terrasamba77

    (@terrasamba77)

    @techwave99 Sorry mate, but this is my post. Please, open a post for your problem, thanks

    VaLeXaR

    (@valexar)

    @terrasamba77
    WP Multilang do not support multilingual slugs in base version. About this described in the description to the plugin.

    Thread Starter terrasamba77

    (@terrasamba77)

    @valedar I read about this: wpm_translate_url ($url, $language = ”); // translate url

    Is there some other solution? thanks

    VaLeXaR

    (@valexar)

    This function is used to add a language prefix to the url.

    ehy @terrasamba77, did u find the solution to your problem? im looking to translate my url from italian to eng and frecnh 🙁

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Permalink translation’ is closed to new replies.