Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Need to fix a couple of things in theme

<?php bb_new_topic_link(); ?> the code to add new.

The first one I know is in front-page.php

you have

<?php if ( $forums ) : ?>

then the Latest Discussion

then Forum

<?php endif; // bb_forums() ?>

Then Views

and the part you’re missing

<?php else : // $forums ?>

<div class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Add New Topic'); ?></div>

<?php post_form(); endif; // $forums ?>

Skip to toolbar