Missing Meta Description and title
-
Hello, I am writing you regarding a issue I have on my website in using your fantastic plugin. But on checking on google, I found that plugin fault on my website in this way:
Title used come from the one I set in WordPress default in setting > general > Site Title and the meta description is totally missing
I can confirm you that on my home page on the seo framework panel, I fill my title and my description and all the infos
Probably my theme is old and don’t use on the header the necessary code to implement your plugin
I copy below<div id="branding" class="animated"> <!-- Logo --> <?php // Get the logo if ( $ti_option['site_logo'] != '' ) { $site_logo = $ti_option['site_logo']; } else { $site_logo = get_template_directory_uri() . '/images/logo.png'; } ?> <a class="logo" href="<?php echo home_url( '/' ); ?>"> <img src="<?php echo $site_logo; ?>" alt="<?php bloginfo( 'name' ); ?> - <?php bloginfo( 'description' ); ?>" title="<?php bloginfo( 'name' ); ?> - <?php bloginfo( 'description' ); ?>" /> </a> <!-- End Logo --> <?php // Show or Hide site tagline under the logo based on Theme Options if( $ti_option['site_tagline'] == 1 ) { ?> <span class="tagline"> <?php bloginfo( 'description' ); ?> </span> <?php } ?> </div>
Do you have a fix for my issue?
thanks a lot for your help!
and thanks for your plugin, it seems interesting
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Missing Meta Description and title’ is closed to new replies.