Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbpress + wp-basis , no content visible

  • Hello,

    i used wp 3.2.1 and a theme called wp-basis,

    but after installing bbpress no Forum content is visible.

    There is some generated forum-text in the header of the site

    “<meta name=”description” content=”Topic: DISKUSSION ZUM FILM …etc”

    below is the code of my header.php

    “<meta name=”description” content=”<?php if ( is_single() ) { wp_title(‘-‘, true, ‘right’); echo strip_tags( get_the_excerpt() ); } elseif ( is_page() ) { wp_title(‘-‘, true, ‘right’); echo strip_tags( get_the_excerpt() ); } else { bloginfo(‘description’); } ?>” />”

    i hope somebody can help.

    thx and kind regards

    Daniel

  • You must be logged in to reply to this topic.
Skip to toolbar