Shape 5

Wordpress Club Themes => Shenandoah - Club => : reach100 June 01, 2012, 02:49:35 PM



: I want to use Yoast SEO
: reach100 June 01, 2012, 02:49:35 PM
Hi there, I installed Wordpress SEO by Yoast but the plugin cant edit the page tiles.
In their documentation is states that I must this code for my page title to appear.
In which file can I make this edit?

<title><?php wp_title(''); ?></title>

I am using the Shenendoah Theme.
Thanks,

http://wordpress.delmarmainstreet.com/


: Re: I want to use Yoast SEO
: Tristan Rineer June 04, 2012, 02:48:00 PM
"s5_admin\inc\s5_fw.php"  edit line 10 - change from
:
else{$header_html .= the_title('',' on ',false);}
to
:
else{$header_html .= wp_title(' on ',0,'right');}

That should deliver the equivalent of what their instructions say.  It can't be exactly what you've shown, or it will break the theme, but the code I've given you should do what you need.