lakarulina
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate] How can I work with the code for the permalink?Hey,
to translate my web and permalinks I’m using 2 plugins and it runs ok and very easy:
qTranslate
qTranslate Slug – with this you can manage the permalinks (slug).
Have a try!Forum: Plugins
In reply to: [qTranslate] How can I work with the code for the permalink?I’m also searching where can I modify the permalinks. If you find the answer can you notice me please? thank you!
Forum: Plugins
In reply to: [qTranslate] How can I work with the code for the permalink?Hi!
You must pot this code
add_filter('post_type_link', 'qtrans_convertURL');
in the file functions.php that is inside of the Theme folder you’are working with.Forum: Plugins
In reply to: [qTranslate] qTranslate: assign different links to change the languageHei! I’m not an expert, but I did what you’are asking for. After installing the qTranslate plugin, put this line where you have now the language links:
<?php echo qtrans_generateLanguageSelectCode('text'); ?>And then you must assign the style you wish for the list in your CSS file. Something like this:
.qtrans_language_chooser { list-style-type:none } .qtrans_language_chooser li { float:right; margin-right:10px; padding-bottom:40px; font-size:13px; }I hope I could help! ;P