Rogerbell
Forum Replies Created
-
Forum: Plugins
In reply to: [OpenID] Can't Comment on Blogger Blogspot with OpenIDI 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
In reply to: [Yoast SEO] Menu Label not supported by Yoast pluginI 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
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] og:description not insertedI 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 – ‘/>
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 – ‘/>
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.