Skip to:
Content
Pages
Categories
Search
Top
Bottom

Is there anyone who successfully made bbPress Theme Match with WP Twenty Ten?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yeah I wrote that tutorial.

    Someone left the instructions for TwentyTen, search in the forums, you will be able to find it

    Yeah I wrote that tutorial.

    Someone left the instructions for TwentyTen, search in the forums, you will be able to find it

    Sorry, but I can not find the instructions for TwentyTen in the site.

    The error I’m having is

    Fatal error: Call to undefined function bb_get_header() in C:xampphtdocswordpresswp-contentthemestwentytenpage.php on line 15

    The original page.php was

    <?php get_header(); ?>

    <div id=”container”>

    <div id=”content” role=”main”>

    :

    :

    </div><!– #content –>

    </div><!– #container –>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    And I changed it into this

    <?php bb_get_header(); ?>

    :

    :

    <?php bb_get_footer(); ?>

    Did I something wrong?

    Sorry, but I can not find the instructions for TwentyTen in the site.

    The error I’m having is

    Fatal error: Call to undefined function bb_get_header() in C:xampphtdocswordpresswp-contentthemestwentytenpage.php on line 15

    The original page.php was

    <?php get_header(); ?>

    <div id=”container”>

    <div id=”content” role=”main”>

    :

    :

    </div><!– #content –>

    </div><!– #container –>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    And I changed it into this

    <?php bb_get_header(); ?>

    :

    :

    <?php bb_get_footer(); ?>

    Did I something wrong?

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