webstimulation
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to display a separate TITLE for homepage?I use the following code for my blog:
<title><?php if(is_home()) { echo ‘Web Stimulation | Search Engine Marketing | Optimization | Web Site Promotion Services’; } else { echo’Web Stimulation | ‘; } wp_title(”); ?></title>
So, it displays the first part on the ‘home’ page and the ‘else’ part on all other pages (i.e The name of my site followed by the name of the post, page, category or whatever).
Try it and see if it works for you.
You can see it in action on my blog.
Forum: Requests and Feedback
In reply to: WordPress.com Invitation – TradeAbsolutely nothing!
If you don’t want it, then give it to somebody else.
Forum: Plugins
In reply to: Sitemap Page?Aleister, would you mind sharing your code with us?
I really would like to do this for my site, but am new to wordpress and PHP.
Forum: Themes and Templates
In reply to: Customizing Page TitlesOkay, I just had a thought and solved it with this:
<title><?php if(is_home()) { echo ‘Name of site – keyword – keyword – keyword’; } else { echo ‘Name of site – ‘; } wp_title(”); ?></title>
This now displays what I want on my index page and then the site name followed by the post or page title everywhere else.
Probably isn’t the best code, but it works.
Forum: Plugins
In reply to: Multicolour calendarGuys, could you tell me exactly what code to change, because
I am not entirely sure.Thanks in advance.