Look at your settings in your dashboard, it sounds like you have the yoast plug in look in the settings and you will see the setting where it is appending to every page. Just uncheck that box and that should do it. Here is a graphic for you.
Yes i have done that, actually for my template no seo plugin is working, no one has been compatible. After installing Yoast or All in one or any other seo plugin, if i disable this option, then what happens is that One meta tile is set for all of the built-in template plages. For example if i have Page A, B, C and D and then one meta title is set for all these pages. Also i have tried removing all seo plugins and the issue i am facing is with default wordpress settings without any seo plugin.
sure, http://www.flightravelgear.com, currently i am not using any seo plugin becuase i think its not compatible with it. The default settings attach main title to each page. ALso i am not able to set meta title for my blogs because i cant use any plugin. what would you suggest.
I went to your site and it looks like you still have some plug in files that are associated with your pages. here is some code from you pages. <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US" > <head><title>Aircrafts for Sale | Pilot Shop, Flight Travel Gear and Aviation Classifieds</title> <link rel="stylesheet" type="text/css" media="all" href="http://www.flightravelgear.com/wp-content/themes/sitemile-framework/style.css" /> <!-- <script src="http://www.flightravelgear.com/wp-content/themes/sitemile-framework/js/jquery-1.4.2.min.js" type="text/javascript"></script> --> <link rel='stylesheet' id='NextGEN-css' href='http://www.flightravelgear.com/wp-content[COLOR=#ff0000]/plugins[/COLOR]/nextgen-gallery/css/nggallery.css?ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='shutter-css' href='http://www.flightravelgear.com/wp-content[COLOR=#ff0000]/plugins/nextgen-gallery[/COLOR]/shutter/shutter-reloaded.css?ver=1.3.4' type='text/css' media='screen' /> Code (markup): It looks to me like your theme needs modifed to included the meta description because I do not see it in here. You can take a look at mywebsite a1websitepro.com to see how the code should look. I believe that you can use an seo plug in you just need to get rid of the files from the plug ins that you are no longer using. Those files need deleted because they will interfere with future plug ins and that may be why you cannot use plug ins now for your seo. You can find them in your dashboard under the editor.
Thanks for reviewing in detail, which files are you referring to which i should delete, i am using nextgen for media gallery. Please let me know so that i can delete these files.
If you are using next gen plug in then dont delete it, lol. I thought that you could not use any plug ins. That must of been just SEO plug ins but that does not make sense either. Why do you not think that you cannot use SEO plug ins?
actually these plugins are not compatible with my theme, or else i may have any plugin which is causing conflict. I have tried many plugins.
Ok here you go, if you really think that you cannot use plug ins put this in your header.php. You may have to edit the code that is there and replace it with this one. <?php if ( (is_home()) || (is_front_page()) ) { ?> <meta name="description" content="Blog description goes here" /> <?php } elseif (is_single()) { ?> <meta name="description" content="<?php the_excerpt();?>"/> <?php } ?> Code (markup): Good Luck!
Thanks , also have tried it, will give it another try, i came up with another solution, setup a subdomain and install blog on it and plugin, i think it will not interfere with my template in that case, what do you think
I think that your template functions.php file needs modified to let you use plug ins, lol. It makes like a lot easier for you. I wrote an article similar to this at http://a1websitepro.com/2013/03/09/how-to-add-a-widget-in-wordpress/ it will show you how to get to your functions file. You can look at the functions file in your theme. I don't think adding a sub-domain is the answer, I think fixing your current theme is the answer, lol.