bahmanix
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Hi hmclean
In previous post I mentioned that I already tried that and it didn’t help.Li-An
I tested all these : wp_title(“) and wp_title(”) and wp_title()
no luck.thank you Li-An
but wp_title(); also didn’t work
this is my title template : %%sitename%% %%page%% %%sitedesc%% %%sep%%
I also enabled “Force rewrite titles” in the plugin and no luck.any other suggestion?
It’s a premium theme I bought from themeforest
here is the title code :
<title> <?php //Print the <title> tag based on what is being viewed global $page, $paged; wp_title( '|', true, 'right' ); // Add the blog name. bloginfo( 'name' ); // Add the blog description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) echo " | $site_description"; // Add a page number if necessary: if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', 'made' ), max( $paged, $page ) ); ?> </title>I already tired to change
wp_title( '|', true, 'right' );to
wp_title(");It didn’t work
Hi Li-An
I’m not much of a code expert.
Can explain what should I change ?No, I’m not using any translation plugin.
Viewing 5 replies - 1 through 5 (of 5 total)