How to Adjust Home URL Properly in Breadcrumb NavXT Plugin If You Are Running Multilingual Site

The modification I made in the article with titled: How To Make Breadcrumb NavXT Plugin Support for Multi Language will make that plugin will support for multilingual site. Unfortunately, the Home link in the breadcrumb (if you display it in the breadcrumb) will give you a result always pointing to the default URL’s home, and [...]

Share
[Read more...]

How to Make MicroKids Related Posts version 2.5 Plugin Support for Multi Language

Yesterday, I successfully modified the MicroKid Related Posts version 2.5 plugin became support for multi language. I edited the strings that still did not use the gettext function, added the sub directory named “languages”, and then added the .mo file into it. I have created the Indonesian translation file into that sub directory. So, there [...]

Share
[Read more...]

Improving Translation of Continue Reading in Atahualpa 3.4.6 Theme of WordPress

There is a little modification that needs to be added to the Atahualpa theme in order to support for multi language of the string: Continue reading %post-title%. As we know, this string has the same function with Read More tag in WordPress. You can see its demo from this website that support for English and [...]

Share
[Read more...]

How to Get Current Language Code by Using WPML Plugin of WordPress

I have been using WPML Plugin for one of my multi language websites. Once upon a time, I needed to check the current language code in order to execute my own code that I wrote in the sidebar related to the current language. The question is: How did I get that current language code? After [...]

Share
[Read more...]