Jamie Hagon
Forum Replies Created
Viewing 6 posts - 106 through 111 (of 111 total)
Viewing 6 posts - 106 through 111 (of 111 total)
Ok thanks for your help!
Figured out the widgets problem. Was actually easy. Still need help with the menu asap! Anyone here that could help for pay of course would be great! Probably only take an hour for someone with knowledge.
Thanks
Jamie
Can I add a bbpress.php from another theme that has what I want?
Is it complicated? Is there anywhere I can get info on how to do it?
Thanks
Jamie
I Noticed that this area edits the functions of the menu. Can I change this to only show the main cats and no sub cats?
<div class="whoop-forum-cats-list">
<ul class="whoop-forum-cats-list-inner">
<?php
$forum_id = bbp_get_forum_id();
$forum_args = array(
'posts_per_page' => 100,
'post_type' => bbp_get_forum_post_type(),
'order' => 'ASC'
);
$forums = query_posts( $forum_args );
foreach ($forums as $forum) {
$link = get_permalink($forum->ID);
if ($forum->ID == $forum_id) {
$class = 'active';
} else {
$class = '';
}
?>
Sorry think I found it on your site.
Get the latest news, tips, and exclusive content directly in your inbox.
Confirm your email address, and instantly receive the discount code :)