• In “semantic-classes.php” at line 62 the code reads:
    else : wp_title( '&raquo', true, 'left' ); bloginfo( 'name' );

    But I believe that a semi-colon is missing. Additionally I have found that the title appears better when ‘right’ is specified instead of ‘left’.
    else : wp_title( '»', true, 'right' ); bloginfo( 'name' );

    Many thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bug? semantic_title’ is closed to new replies.