Hi,
I have a pronlem with wordpress. I want to use Gengo and Fold page list in one but how can I combine this to strings/tags? So i can collapse my menu and also use multi languages?
String/Tags:
<?php gengo_list_pages ($args); ?>
<?php wswwpx_fold_page_list ($args); ?>
Thanks is advance!
or this tags:
<?php
if(function_exists("wp_pages_nav")) {
wp_pages_nav("show_all_parents=0&show_root=1");
}
?>
combined with:
<?php gengo_list_pages ($args); ?>
Why is nobody helping me?
Probably, because nobody has an answer. Not getting response doesn't necessarily mean you are "ignored". It's just that the two plugins have two different functions, and for most of the users/helpers (like myself) combining them is a task we don't know how to do it.
Furthermore, by adding your second post after two hours - you successfully removed your topic from the "no replies" queue where most helpers start to look when coming online.