Viewing 5 replies - 1 through 5 (of 5 total)
  • Have you asked the developer of your theme about this? Looks like it’s not a theme supported here – these forums only support themes from here:

    https://www.ads-software.com/themes/

    Thread Starter ADUpchurch

    (@adupchurch)

    I do not know how to get in touch with them. It seems like it may be a simple coding that I am not aware of. I was playing around with it yesterday, and it’s in here somewhere:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
        "https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    
    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    
    <title><?php wp_title(''); ?></title><?php if (is_single () ) { ?> ? Blog Archive <?php } ?> <?php wp_title(); ?></title>
    
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <?php wp_head(); ?>
    </head>
    <body>
    <div class="left-bg"><div class="script"></div></div>
    <div class="right-bg"></div>
    <div id="head">
    	<div class="crack"></div>
    	<div class="header">
    		<div id="menu">
    
    <ul>
    				<li <?php if(is_home()){echo 'class="current_page_item"';}?>><a>/" title="Home">Home</a>
    	   	 		<?php wp_list_pages('title_li=&depth=1&sort_column=menu_order');?>
    			</ul>
    		</div>
    		<div class="logo"><h1><a>/"><?php bloginfo('name'); ?></a></h1></div>
    	</div>
    	<div class="shadow-right"></div>
    	<?php include (TEMPLATEPATH . '/searchform.php'); ?>
    </div>

    Something here needs to come out. I took the coding advice from the support link I provided, helped with my original problem. I am not really good with coding, but the link made it easy. This new problem should be simple as well.

    Thread Starter ADUpchurch

    (@adupchurch)

    There has got to be someone who can help me. Please!

    Hi ADUpchurch,

    The problem is that you have two closing </title> tags in your code just delete and replace the whole line with this code:

    <title><?php if ( is_single() ) : ?>? Blog Archive <?php endif; ?><?php wp_title(''); ?></title>
    Thread Starter ADUpchurch

    (@adupchurch)

    YESSSSS!!! Thank you so much Sunny Johal. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header.php Troubles’ is closed to new replies.