Cheers Moshu - here is where I am at with it:
"Gengo & sts-drop-css.php"
I need to setup a CMS using wordpress that offers the site in English, Traditional Chinese & Simplified Chinese.
Gengo seems to be getting great reviews on the web.
My site needs the menu to have dropdown submenus.
I found a plugin that seems to get that to work - sts-drop-css.php
http://www.acheta.de/2006/05/26/sts-dropdown-css/
To get the sts-drop-css.php to run in my header file, the plugin requires replacing the:
wp_list_pages()
with:
sts_list_pages()
I see that Gengo requires replacing the 'wp_list_pages()' as well.
Any ideas how I can get them both working together?
Cheers!
Adam (of little php knowledge/experience)