Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 11-05-2010, 01:37 PM Site Title
Skilled Talker

Posts: 87
Name: art
Trades: 0
Hey I'm trying to edit the php code so I can input more information about my site title. Here's my code. I not sure what part of it to change. Any help?

In my header php. file I have this code.

<?php echo ($title = wp_title('–', false, 'right')) ? $title : ''; ?><?php echo ($description = get_bloginfo('description')) ? $description : bloginfo('name'); ?>
</title>

What part of this code do I change to display a proper site title for when people google search my site? Thanks.
Dirt Hammer is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-05-2010, 02:32 PM Re: Site Title
Veter's Avatar
Super Talker

Posts: 147
Trades: 0
If you will break the template the other pages on your site will have same title.
Better use All in One SEO Pack plugin for wordpress to change page title as you like.

If you still want to break it then just change this:

PHP Code:
<?php echo ($title wp_title('–'false'right')) ? $title ''?>
to
PHP Code:
<?php echo ($title "Your Title here"?>
__________________
-=
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
=-
Veter is offline
Reply With Quote
View Public Profile Visit Veter's homepage!
 
Reply     « Reply to Site Title
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.32280 seconds with 12 queries