• Sorry you guys, I seemed to have messed this up.
    https://www.davidhornbrook.com
    This is what’s in my Header.php file

    <hgroup>
    				<h1 id="site-title"><span><<a href="<?php echo esc_url( home_url( '/' ) ); ?>"> title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?><>/a></span></h1>
    				<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
    			</hgroup>

    I obviously missed something. Can someone tell me/ show me what I did wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • that link seems to be pointing to a flash site – no WordPress in sight (?)

    Thread Starter ChadXSO

    (@chadxso)

    Thread Starter ChadXSO

    (@chadxso)

    OK, I have to go live with this site and will change the code back to what it was doing before. The title of this page “David’s Blog” was (and now is) linking to https://www.davidhornbrook.com

    I want it that when they click on “David’s Blog” that they stay on the WordPress page (not get redirected to his website. I only want it that when the click his LOGO (image) that they go to his website. That part is working ok. Just need to fix the “David’s Blog” thing. Thanks again for all your help.

    BTW here is the code that is not working

    <hgroup>
    				<h1 id="site-title"><span><<a href="<?php echo esc_url( home_url( '/' ) ); ?>"> title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
    				<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
    			</hgroup>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bad Tags’ is closed to new replies.