WP Framework Forums

A blank WordPress Theme Framework

Register or log in - lost password?

WP Framework Forums » General Discussion

Bug? semantic_title

(1 post) (1 voice)
  • Started 2 months ago by Kruncher
  • 1 Members Subscribed To Topic
  • Related Topics:
    1. Semantic Title Separator When There Is No Wordpress Tagline
    2. Pingbacks / Trackbacks not working!
    3. CSS color/Background-color problems for the blog and forum of wpframework
    4. Remove » from title?
    5. Media API?

Tags:

  • bug
  • semantic_title()
  1. Kruncher
    Member

    In "semantic-classes.php" at line 62 the code reads:
    else : wp_title( '»', 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,

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.

WP Framework Forums is proudly powered by bbPress.