Info
- 3 posts
- 2 voices
- Started 2 years ago by brandongroce
- Latest reply from brandongroce
- This topic is resolved
How can I use bb_press functions on the wordpress side?
-
- Posted 2 years ago #
I really need my forum tag cloud visible when my users are on the wordpress side. I need to call bb_get_tag_heat_map( $tags, $args ) specifically. Anyone have any suggestions on how I might achieve this?
Thanks in advance -
-
- Posted 2 years ago #
You can include bbPress (bb-load.php specifically) in your WordPress config so you will have access to bbPress functions there.
Or, if you just need access to that one function, you can try something like this:
http://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration -
- Posted 2 years ago #
Great! Thank you. I had included the load file previously when I was attempting integration and having issues w/ cookies. I have since found a plugin that handled the change in cookie format with my later version of wordpress and the inclusion of the load file now works great. Thanks again for the help!
~Brandon
-
You must log in to post.