Skip to:
Content
Pages
Categories
Search
Top
Bottom

I created a template file and getting "This user has not created any topics."?

  • I created this template:

    <?php

    /**
    * Template Name: bbPress - Topics Created
    *
    * @package bbPress
    * @subpackage Theme
    */

    // Begin Template
    get_header(); ?>

    <div id="container">
    <div id="content" role="main">

    <?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?>

    </div><!-- #content -->
    </div><!-- #container -->

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

    And placed it in the bbp-twntyten/ directory

    But all I get is:

    This user has not created any topics.

    Any suggestions?

    (and I’m logged in as admin).

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar