• hello wordpress friends:

    i have scoured the net and these forums and just can’t seem to find the solution i’m looking for. the url attached to my header needs to be edited to direct visitors to my main website, http://www.shopbardot.com …currently, it’s default setting is to loop back to my blog url.

    while i have found other forum topics dedicated to this problem, none of the codes seem to be working for my blog specifically.

    my blog’s site is: http://www.shopbardot.com/blog
    i am launching my online store sunday, so this is fairly urgent.

    thanks so much in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The blog site name on this page http://www.shopbardot.com/blog/ needs to point to the main domain?

    Look in header.php for

    <h1><a accesskey="h" href="<?php blog_info('url'); ?>">
    			BARDOT.</a></h1>

    change:

    <h1><a accesskey="h" href="http://www.shopbardot.com/">
    			BARDOT.</a></h1>
    Thread Starter shopbardot

    (@shopbardot)

    thanks for the quick response, darrell. yes, the site name needs to point back to the main site. i’m not seeing the codes you provided in the header editor so i will paste what IS there.

    this is the code in my header editor:

    <title> <?php wp_title('|',true,'right'); ?> <?php bloginfo('name'); ?></title>
    
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    	<?php precious_styles(); ?>
    	<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    	<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    	<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    	<?php wp_get_archives('type=monthly&format=link'); ?>
    	<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    	<?php wp_head(); ?>
    
    </head>
    
    <body id="top" <?php body_class(); ?>>
    
    	<div id="wrap">
    
    		<?php locate_template(array('contentheader.php'),true); ?>

    any suggestions?

    Thread Starter shopbardot

    (@shopbardot)

    darrell:

    i found your codes in the contentheader.php section of my editor, followed your directions and it worked.

    many thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘changing header link…’ is closed to new replies.