davidlb (@davidlb)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks. I added this to the header.php and ran some diagnostics.

    <meta name=”description” content=”<?php if ( is_single() ) {

    single_post_title(”, true);

    } else {

    bloginfo(‘name’); echo ” – “; bloginfo(‘description’);

    }

    ?>” />

    This appears to solve my Tag Description problems, but it creates another.

    I get a php error when accessing the forum

    Fatal error: Call to undefined function is_single() in /home/xxx/public_html/Forum/bbpress/bb-templates/kakumei/header.php on line 16

    Would anyone be so kind as to help identify a work around?

    Thanks. I added this to the header.php and ran some diagnostics.

    <meta name=”description” content=”<?php if ( is_single() ) {

    single_post_title(”, true);

    } else {

    bloginfo(‘name’); echo ” – “; bloginfo(‘description’);

    }

    ?>” />

    This appears to solve my Tag Description problems, but it creates another.

    I get a php error when accessing the forum

    Fatal error: Call to undefined function is_single() in /home/xxx/public_html/Forum/bbpress/bb-templates/kakumei/header.php on line 16

    Would anyone be so kind as to help identify a work around?

Viewing 2 replies - 1 through 2 (of 2 total)