Results 1 to 3 of 3

 

Thread: Wordpress - title

  1. #1
    Affiliate

    Status
    Offline
    Join Date
    Dec 2004
    Location
    Hampshire, Uk
    Posts
    985
    Thanks
    14
    Thanked 12 Times in 10 Posts


    Hi Guys

    Im setting up a blog and doing a few edits but have come across a small problem when editing the way the title is shown

    the php code is
    <title><?php wp_title(' '); ?><?php if(wp_title(' ', false)) { echo ' - '; } ?><?php bloginfo('name'); ?></title>

    The problem is when i upload this code the page title displays fine in the broswer but when i look at the source code it has a gap at the start of the title

    Like This!
    <title> Affiliate Marketing - Lees Blog</title>

    Can anyone see any problem with the above php code?! im still learning php and this is bugging me now

    Many thanks in advanced for any help
    Last edited by leec; 23-07-06 at 06:36 PM.
    Thanks Lee

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Feb 2006
    Location
    Gillingham
    Posts
    510
    Thanks
    0
    Thanked 4 Times in 1 Post
    To solve the problem you must find and change:

    function wp_title(' '){
    }

    This could be in the file you are looking at or any file that has been included or any file that has been included in the included files etc.
    There are 2 simple workarounds that may work:

    change the line to

    Code:
    <title><?php ltrim(wp_title(' ')); ?><?php if(wp_title(' ', false)) { echo ' - '; } ?><?php bloginfo('name'); ?></title>
    or more simply

    HTML Code:
    <title>Affiliate Marketing - Lees Blog</title>
    Bob

  3. #3
    Affiliate

    Status
    Offline
    Join Date
    Dec 2004
    Location
    Hampshire, Uk
    Posts
    985
    Thanks
    14
    Thanked 12 Times in 10 Posts
    Hi

    Thanks for the reply

    I will give the top one a try
    Thanks Lee



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Title Meta Tags
    By Ballswinger in forum Media Coverage & PR Strategy
    Replies: 2
    Last Post: 18-09-11, 09:17 PM
  2. Title Tag Restrictions enforced by Merchant
    By Qui Gon Jinn in forum Affiliate Marketing Lounge
    Replies: 18
    Last Post: 22-08-03, 11:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2