meigwil
Member
Posted 4 years ago #
Although it lists in the documentation gengo_list_pages() and gengo_list_cats() as Gengo template tags, I get Call to undefined function errors when calling them.
I've looked in the code and can't find any reference to these two functions.
Does anyone know why?
Thanks,
Mei
Link to the plugin(s), please.
meigwil
Member
Posted 4 years ago #
For what it is worth, confirmed that those functions do not work and the only reference I see to those functions is in the readme.txt file.
Maybe you should drop Jamie, the author, a line.
Poking around in teh forums shows that Gengo uses the template function wp_list_cats() which is no longer. It's suggested that you edit the plugin and replace it with wp_list_categories() calls.
edit: Considering that it appears his forums have been hacked and are displaying hundreds of spam links in the footer....
meigwil
Member
Posted 4 years ago #
Thanks for your help.
After some experimenting I've realised that Gengo automatically adjusts wp_list_categories() for different languages, so no need for those original functions.