shopbardot
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Fixing WordPress
In reply to: changing header link…darrell:
i found your codes in the contentheader.php section of my editor, followed your directions and it worked.
many thanks!
Forum: Fixing WordPress
In reply to: changing header link…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?
Viewing 2 replies - 1 through 2 (of 2 total)