StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-03-2009, 08:55 PM
galvanizd galvanizd is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Posts: 55
Default SEO for Lifestyle theme?

Hello,

I'm still on Lifestyle 3.0 and encountered some trouble trying to do some SEO for my website, particularly replacing the original title code:

<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>

with this code:

<title><?php if (is_home () ) { bloginfo(’name’); } elseif ( is_category() ) {single_cat_title(); echo ” – “; bloginfo(’name’);} elseif (is_single() || is_page() ) {single_post_title();} elseif (is_search() ) {bloginfo(’name’); echo ” search results: “; echo wp_specialchars($s);} else { wp_title(”,true); }?></title>

By simply cutting and pasting the code noted above, I get this error message:

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/galvaniz/public_html/cheapdateideas.ca/wp-content/themes/lifestyle_30/header.php on line 11

Can anyone help shed some light on this? without

I'm trying to follow the SEO advice of Neil Patel from this article

http://www.quicksprout.com/2009/02/0...earch-engines/

Is there any way you guys can automatically build in these SEO tactics into newer iterations of Studiopress themes like the Thesis theme over at CopyBlogger?

Thanks
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Lifestyle theme activated, Genesis theme is showing ksteinbock General Discussion 2 04-27-2010 08:16 PM
Church Theme and Lifestyle Theme ph1470 General Discussion 1 09-18-2009 12:47 PM


All times are GMT -5. The time now is 03:31 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.