Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: Sidebar reappear in topic and topic/

$
0
0

ok, so in your PC create a file called bbpress.php

(you can use notepad for this)

then dump this code into it

<?php

/**
 * bbPress - Forum Archive
 *
 * @package bbPress
 * @subpackage Theme
 */

get_header(); ?>

	<?php do_action( 'bbp_before_main_content' ); ?>

	<?php do_action( 'bbp_template_notices' ); ?>

	<div id="forum-front" class="bbp-forum-front">
		<h1 class="entry-title"><?php bbp_forum_archive_title(); ?></h1>
		<div class="entry-content">

			<?php bbp_get_template_part( 'content', 'archive-forum' ); ?>

		</div>
	</div><!-- #forum-front -->

	<?php do_action( 'bbp_after_main_content' ); ?>

<?php get_sidebar(); ?>
<?php get_footer(); ?>

save it and using ftp copy it to get

wp-content/themes/%yourthemename%/

where %yourthemename% is the name of your theme

so you end up with

wp-content/themes/%yourthemename%/bbpress.php

bbpress will then use this template

Come back and let us know how you get on !


Viewing all articles
Browse latest Browse all 3638

Trending Articles