New answers tagged seo
4
From the WordPress SEO FAQ:
... either enable "Force rewrite titles" on the SEO -> Titles settings page, or go into your header.php and change the title element to just this:
<title><?php wp_title(''); ?></title>
Did you try that?
0
Brandon,
This is how you'd do this with All in One SEO Pack:
<?php
if( $city ){
$args = array(
'post_title' => $city . " Electrician",
'post_name' => $city . "-electrician",
'post_date' => $_SESSION['cal_startdate'],
'post_content' => $citycontent,
'post_status' => 'publish',
'post_type' => ...
Top 50 recent answers are included