The purpose of this plugin is to allow users to add a link to a translation version of a page or post in the admin and print this link on their blog, on a single post or or a page.
You can try it out in a temporary copy of WordPress
here.
- Download the plugin
- Upload entire bilingual-linker folder to the /wp-content/plugins/ directory
- Activate the plugin in the Wordpress Admin
- Add links to posts or pages in the Wordpress editor
- Use the OutputBilingualLink function in the loop to display a link to the item translation.
OutputBilingualLink($post_id, $linktext, $beforelink, $afterlink);
When using in The Loop in any template, you can use $post->ID as the first argument to pass the current post ID being processed.