Cipri Palamariu
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] WordPress SEO localizationWall, let’s hope that WordPress SEO will be even more popular than AIOSEO (wich, by the way, isn’t really AIO ?? )
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO] Missing meta description for homepageYour header.php file should contain something like this:
}?>
<title><?php wp_title(”); ?></title>
</head>Inbetween <title> and </title> you should have <?php wp_title(”); ?> and nothing else for the plugin to work corectly.
Remind your self that in case of a theme update, you will have to reedit the header.phpGood Luck!
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO] Missing meta description for homepageMine works now. It was very simple. You just have to read the documentation…
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO] Sitemap EnhancementI think this plugin needs an option to manualy select the change freq. in the sitemap.xml file.
For my website I have changed the file the file that generates the sitemap.xml file, but, in case of an update, all of those changes I’ve done will be lost.Forum: Plugins
In reply to: [Yoast SEO] [Plugin: wordpress-seo] Title rewrite not workingI changed to
<title><?php wp_title(''); ?></title>
and it’s the same.Forum: Plugins
In reply to: [Yoast SEO] [Plugin: wordpress-seo] Title rewrite not workingThe plugin doesn’t seem to work for me. It does not rewrite de description and the keywords of my blog. I’m using WordPress 3.0.1 with multisite enabled, and inbetween <title> and </title> in my header.php I have this:
<title><?php if(is_single()){ single_post_title();echo ' - ';bloginfo('name');}elseif(is_home()||is_front_page()){bloginfo('name');istudio_page_number();}elseif(is_page()){single_post_title(''); echo ' - ';bloginfo('name');}elseif(is_search()){printf( __('Search results for "%s"','iStudio'),esc_html($s));istudio_page_number();echo ' - '; bloginfo('name');}elseif(is_404()){_e('Error 404 - Not Found','iStudio');echo ' - ';bloginfo('name');}else{wp_title('');echo ' - ';bloginfo('name');istudio_page_number();}?></title>
I must say that I’m a newbie, and there might be a simple fix, but I can’t find it.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO] Missing meta description for homepageSame here!
Same thing happens to me ??