Intro text to forums
-
Is it possible to add some intro text to the forum archive page? I’ve set up a custom page called Discussions (client like that more than forums) by creating a page and setting BBpres to use that page slug.
What I’d like to do is enter some intro text however if I enter it under the page in WordPress it doesn’t come through. I tried adding <? the_content() ?> on the archive-forum.php page that I pulled into my theme here:
<h1 class=”entry-title”><?php bbp_forum_archive_title(); ?></h1>
<? the_content() ?>
<div class=”entry-content”>
<?php bbp_get_template_part( ‘bbpress/content’, ‘archive-forum’ ); ?>
</div>
But that seems to pull the content from the last listed forum.
Any way to do this?
- You must be logged in to reply to this topic.