Info
- 2 posts
- 2 voices
- Started 3 years ago by csseur3
- Latest reply from _ck_
- This topic is not resolved
Listing of the forums
-
- Posted 3 years ago #
Hello,
i want to have a listing of the forums and i try this:
<?php if ( $forums ) : ?>but doesn't work. why?
<?php if ( bb_forums() ) : ?>
<?php bb_forum_pad( '<div class="nest">' ); ?>"><?php forum_name(); ?><?php bb_forum_pad( '</div>' ); ?>
<?php endif; // bb_forums() ?>
<?php endif; ?>bye
-
- Posted 3 years ago #
You have to first have the list of the forums for that to work.
add this to the top of that:
<?php $forums = get_forums(); ?> -
You must log in to post.