bp-blogs-directory-blogs.php question
-
Hey there. I’m integrating a theme with BP and have gotten most stuff working except the blogs and member directory.
Focusing in on the blogs directory, I’m finding that the “blog directory” and “blog listing” code in the bp-blogs-directory-blogs.php file works fine. It’s the sidebar stuff that isn’t working.
Both the <?php do_action( ‘bp_blogs_directory_blogs_sidebar’ ) ?> and <?php wp_nonce_field(‘directory_blogs’, ‘_wpnonce-blog-filter’ ) ?> are at least seen by the system. But the whole “function bp_blogs_directory_blogs_sidebar” code isn’t beeing seen.
How do I know this? Well, if you look at http://doorqtech.com/blogs, I’ve stuck little notes in the source code that pop up on the screen, more or less telling me how far WP got in executing the php.
Since it all has to do with _sidebar code, am I somehow not registering the sidebar on that page? Or have I missed something somewhere else?
Thanks
You must be logged in to reply to this topic.