Quantcast
Channel: bbPress.org » Topic: bbp_list_forums does not show anything
Browsing latest articles
Browse All 7 View Live

Reply To: bbp_list_forums does not show anything

I think I figured out a cleaner way: I just wanted a list of links to the forums, not the whole loop with all the columns, so I searched for the code of the Forums list plugin in bbpress.php and used...

View Article



Reply To: Reply To: Reply To: Reply To: Reply To: Reply To: Reply To:...

An even easier way to call shortcodes is with the do_shortcode() method. You can programmatically call the bbp-forum-index shortcode like this: <?php echo do_shortcode(‘[bbp-forum-index]‘) ?>

View Article

Reply To: bbp_list_forums does not show anything

For anyone else who comes here trying to programmatically display the forum index list, you can call shortcodes like this: echo( bbpress()->shortcodes->display_forum_index() ); For what it’s...

View Article

Reply To: bbp_list_forums does not show anything

Here on bbPress.org, I used the forums shortcode, and used CSS to hide a few columns. I did not use bbp_list_forums(), which has a specific purpose outside of what you’re trying to do.

View Article

Image may be NSFW.
Clik here to view.

Reply To: bbp_list_forums does not show anything

Thanks a lot! I put bbp_list_forums to sidebar to show all forums like here. So what is the right way to do that? It would be nice if i could download template files for the theme used here. At least...

View Article


Reply To: bbp_list_forums does not show anything

bbp_list_forums will list the sub forums of a parent forum. Hope that makes sense?

View Article

bbp_list_forums does not show anything

In my bbpress sidebar, bbp_list_forums() function does not echo anything. What is the trouble? wp_tag_cloud() works fine few rows below. Pls help

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images