• Hi, does anyone know what order this code needs to be changed so that it shows the post title first instead of the websites url..Here is the code.

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <div id="site-title"><a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></div>

    I don’t want to mess with it because I have had a nightmare with this type of header code before and had to fix the site through the root files etc. Any help much appreciated.

Viewing 1 replies (of 1 total)
  • Thread Starter TR7P

    (@tr7p)

    <div id="site-title"><a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></div>

    [Moderator Note: No bumping, thank you.]

Viewing 1 replies (of 1 total)
  • The topic ‘Making the post title show first instead of site url?’ is closed to new replies.