I’m not sure how you could achieve that. Multilingual/bilingual sites aren’t really my area of expertise.
If there is anything specific you come up with that would help that could be added to the plugin let me know and I’ll look into it.
Sorry, I couldn’t be of more help.
Hey David, I can appreciate that.
Just a side question though….
[simple-sitemap types=”page”]
is bringing up *only* English pages…..
http://www.cifar.ca/site-map/
Any idea how it’s doing that, picking only the English ones? Cause then maybe I could figure something out…. Would it have anything to do with this code at the bottom of the plug in that is restricting it to English language pages?
/**
* Add Plugin localization support.
*/
function wpss_localize_plugin() {
load_plugin_textdomain( ‘simple-sitemap’, false, dirname( plugin_basename( __FILE__ ) ) . ‘/languages’ );
}