Forums

[Plugin: WordPress Filter] Using Wordpress Filter for Bilingual Websites (2 posts)

  1. bluebird2
    Member
    Posted 7 months ago #

    I have a bilingual website, and I want to fun a filter on the pages to remove certain codes when the page loads a certain languages.

    I use a plugin called qTranslate to make the site bilingual. I need to place this codes in the theme's posts or pages template to be able to switch the language:

    <a href="<?php echo qtrans_convertURL('', 'fa'); ?>">Persian</a> <a href="<?php echo qtrans_convertURL('', 'en'); ?>">English</a>

    The words Persian and English appear in both Persian and English posts and pages. What I want to do is to remove the word Persian (and its respective codes) in the Persian pages, and remove the the word English (and its respective codes) in the English pages. Can I use this plugin to set it up that way?

    http://wordpress.org/extend/plugins/wordpress-filter/

  2. DiegoFerreira
    Member
    Posted 5 months ago #

Reply

You must log in to post.

About this Topic