Title: Cipri Palamariu's Replies | WordPress.org

---

# Cipri Palamariu

  [  ](https://wordpress.org/support/users/cheeprey/)

 *   [Profile](https://wordpress.org/support/users/cheeprey/)
 *   [Topics Started](https://wordpress.org/support/users/cheeprey/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cheeprey/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cheeprey/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cheeprey/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cheeprey/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cheeprey/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] WordPress SEO localization](https://wordpress.org/support/topic/wordpress-seo-localization/)
 *  Thread Starter [Cipri Palamariu](https://wordpress.org/support/users/cheeprey/)
 * (@cheeprey)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/wordpress-seo-localization/#post-1758467)
 * Wall, let’s hope that WordPress SEO will be even more popular than AIOSEO (wich,
   by the way, isn’t really AIO 😉 )
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO] Missing meta description for homepage](https://wordpress.org/support/topic/plugin-wordpress-seo-missing-meta-description-for-homepage/)
 *  [Cipri Palamariu](https://wordpress.org/support/users/cheeprey/)
 * (@cheeprey)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-missing-meta-description-for-homepage/#post-1729801)
 * Your 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.php
 * Good Luck!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO] Missing meta description for homepage](https://wordpress.org/support/topic/plugin-wordpress-seo-missing-meta-description-for-homepage/)
 *  [Cipri Palamariu](https://wordpress.org/support/users/cheeprey/)
 * (@cheeprey)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-missing-meta-description-for-homepage/#post-1729800)
 * Mine works now. It was very simple. You just have to read the documentation…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO] Sitemap Enhancement](https://wordpress.org/support/topic/plugin-wordpress-seo-sitemap-enhancement/)
 *  [Cipri Palamariu](https://wordpress.org/support/users/cheeprey/)
 * (@cheeprey)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-sitemap-enhancement/#post-1739337)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: wordpress-seo] Title rewrite not working](https://wordpress.org/support/topic/plugin-wordpress-seo-title-rewrite-not-working/)
 *  [Cipri Palamariu](https://wordpress.org/support/users/cheeprey/)
 * (@cheeprey)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-title-rewrite-not-working/#post-1712459)
 * I changed to `<title><?php wp_title(''); ?></title>` and it’s the same.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: wordpress-seo] Title rewrite not working](https://wordpress.org/support/topic/plugin-wordpress-seo-title-rewrite-not-working/)
 *  [Cipri Palamariu](https://wordpress.org/support/users/cheeprey/)
 * (@cheeprey)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-title-rewrite-not-working/#post-1712457)
 * The 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO] Missing meta description for homepage](https://wordpress.org/support/topic/plugin-wordpress-seo-missing-meta-description-for-homepage/)
 *  [Cipri Palamariu](https://wordpress.org/support/users/cheeprey/)
 * (@cheeprey)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-missing-meta-description-for-homepage/#post-1729791)
 * Same here!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO] Post Meta Description Template not loading](https://wordpress.org/support/topic/plugin-wordpress-seo-post-meta-description-template-not-loading/)
 *  [Cipri Palamariu](https://wordpress.org/support/users/cheeprey/)
 * (@cheeprey)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-post-meta-description-template-not-loading/#post-1734903)
 * Same thing happens to me 🙁

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