Just a follow up…
I’ve now replaced the_title() with <?php trim(wp_title('')); ?> but the two spaces are still appearing as if the trim is doing nothing.
FB
Hi,
I’m a total newbie on this but I think I’ve found a problem with this approach. When you use the_title() it will insert the title of the first post on a page for the categories whereas wp_title() appears to insert the correct title of the category.
I could be completely wrong here btw!
FB