Title: Rogerbell's Replies | WordPress.org

---

# Rogerbell

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OpenID] Can't Comment on Blogger Blogspot with OpenID](https://wordpress.org/support/topic/cant-comment-on-blogger-blogspot-with-openid/)
 *  [Rogerbell](https://wordpress.org/support/users/rogerbell/)
 * (@rogerbell)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/cant-comment-on-blogger-blogspot-with-openid/#post-3660465)
 * I am using open id too , but problem is that it’s not showing my website URL 
   on my name when commenting, instead of that of that showing profile URL.
 *   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] Menu Label not supported by Yoast plugin](https://wordpress.org/support/topic/menu-label-not-supported-by-yoast-plugin/)
 *  [Rogerbell](https://wordpress.org/support/users/rogerbell/)
 * (@rogerbell)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/menu-label-not-supported-by-yoast-plugin/#post-3745841)
 * I have recently tried WordPress SEO (Yoast) and found that open graph meta for
   the homepage is showing a hyphen ( – ) after the og:title. Can anyone tell me
   how to remove it.
 * <meta property=’og:title’ content=’Free Audio and Web Video Conferencing Services–‘/
   >
 *   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 by Yoast] og:description not inserted](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-ogdescription-not-inserted/)
 *  [Rogerbell](https://wordpress.org/support/users/rogerbell/)
 * (@rogerbell)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-ogdescription-not-inserted/page/2/#post-2873617)
 * I have recently tried WordPress SEO (Yoast) and found that open graph meta for
   the homepage is showing a hyphen ( – ) after the og:title. Can anyone tell me
   how to remove it.
 * <meta property=’og:title’ content=’Free Audio and Web Video Conferencing Services–‘/
   >
 *   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 by Yoast] Editor Access to WP SEO (yoast) Dashboard](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-editor-access-to-wp-seo-yoast-dashboard/)
 *  [Rogerbell](https://wordpress.org/support/users/rogerbell/)
 * (@rogerbell)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-editor-access-to-wp-seo-yoast-dashboard/#post-2851237)
 * I have recently tried WordPress SEO (Yoast) and found that open graph meta for
   the homepage is showing a hyphen ( – ) after the og:title. Can anyone tell me
   how to remove it.
 * <meta property=’og:title’ content=’Free Audio and Web Video Conferencing Services**–**‘/
   >
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] 2.0 Functionality Questions for Devs](https://wordpress.org/support/topic/20-functionality-questions-for-devs/)
 *  [Rogerbell](https://wordpress.org/support/users/rogerbell/)
 * (@rogerbell)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/20-functionality-questions-for-devs/#post-3706450)
 * I don’t wanna continue “Blog title” after “page title”. I have did all the things
   which i can but i can’t get rid of this problem.
 * All in Seo Pack Settings:
 * Use Original Title: Enabled
    Rewrite Titles: Enabled Page Title Format: %page_title%
 * Site:
 * Header.php :
 *     ```
       <title><?php
       if ( is_home() || is_front_page() ) { bloginfo('name'); }
       elseif (is_page('') ) { single_post_title();}
       elseif (is_single('') ) { single_post_title();}
       else wp_title(''); ?></title>
       ```
   
 * Page.php :
 * `<h1 id="page"><?php the_title(); ?></h1>`
 * _[Please post code & markup between backticks or use the code button. Your posted
   code may now have been permanently damaged by the forum’s parser.]_
 * Please help me out, i am fed up of this problem.

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