Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is my header (Retro Theme)

    <!doctype html>
    
    <!-- Html -->
    <html <?php language_attributes(); ?>>
    
    <!-- Head -->
    <head>
    
    	<!-- Charset -->
    	<meta charset="<?php bloginfo('charset'); ?>">
    
    	<!-- Viewport -->
    	<meta name="viewport" content="width=<?php echo get_theme_option('viewport'); ?>">
    
    	<!-- Page title -->
    	<title><?php wp_title(''); ?></title>
    
    	<!-- Profile -->
    	<link rel="profile" href="https://gmpg.org/xfn/11" />
    
    	<!-- Favourites icon -->
    	<link rel="shortcut icon" href="<?php echo get_theme_option('favicon'); ?>">
    
    	<!-- CSS -->
    	<link type="text/css" href="<?php bloginfo('stylesheet_url'); ?>?v=<?php echo get_theme_version(); ?>" rel="stylesheet" />
    	<link type="text/css" href="<?php echo get_stylesheet_directory_uri(); ?>/user.php?v=<?php echo get_theme_version(); ?>" rel="stylesheet">
    
    	<!-- Pingback -->
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    	<!-- WP head -->
    	<?php wp_head(); ?>
    
    </head>
    
    <body <?php body_class(); ?>>
    
    <!-- BEGIN HEADER -->
    <div id="header">
    
    	<div class="section_inn">
    
    		<div id="menu">
    
    			<ul id="nav" class="nav">
    				<li class="first">
    					<a>/#about_section"><?php echo retro_filter( get_theme_option('about_label') ); ?></a>
    
    				<li class="second">
    					<a>/#portfolio_section"><?php echo retro_filter( get_theme_option('portfolio_label') ); ?></a>
    
    				<li class="third">
    					<a>/#blog_section"><?php echo retro_filter( get_theme_option('blog_label') ); ?></a>
    
    				<li class="fourth">
    					<a>/#contact_section"><?php echo retro_filter( get_theme_option('contact_label') ); ?></a>
    
    			<div class="clr"></div>
    
    		</div><!-- end div #menu -->
    
    		<?php if ( get_theme_option('logo') ) : ?>
    
    		<!-- Logo -->
    		<div id="top_logo">
    			<a>/#home_section"><img src="<?php echo get_theme_option('logo'); ?>" alt="" /></a>
    		</div>
    
    		<?php endif; ?>
    
    		<div class="clr"></div>
    
    	</div><!-- end div .section_inn -->
    
    	<div class="clr"></div>
    
    </div>
    <!-- END HEADER -->

    As you can see where <title></title> is correct but in Google search my header tags are not displaying it just says my site name….can this be resolved??

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

    (*input all my seo)

    I am having the same problem, I have unput all my SEO and submitted to Google. when I search my site the title tags and description are not showing in the search.

    I have <?php wp_title(”); ?> pasted in my header and Force rewrite titles unchecked.

Viewing 3 replies - 1 through 3 (of 3 total)