Re: Integrating WP Menu in my bbPress template
I have written a function I call bb_list_pages() and I’ve added it & some support code to a functions.php file in my bbPress theme’s folder. This does NOT work using the WordPress wp_list_pages() logic. Rather, it attempts to output the same results as that function. There are things that wp_list_pages() does that this function can’t do, but it works for my site. If folks are interested, I’ll post the functions.php file after I finish getting it debugged.
I just have one question. How can I determine what the current page’s URI is? I need this to highlight the page on the menu.
Thanks
Tony