I am wondering why my pages (post doesn't have this problem) have a double bar "|" in them
eg. About || Jiew Meng's Blog
UPDATE
Actually it appears in other pages too, like this. In this case, its a custom post type. Note the repeated site name
KLIF Media v2 | | Jiew Meng's BlogJiew Meng's Blog
UPDATE 2 (@CorvanNoorloos)
Ok, I changed my title to
wp_title('')
Instead of the default wp_title('|', true, 'right') in TwentyTen. It fixed the double bar problem, but
If I go a Custom Post Type archive link, I get something like
PortfolioJiew Meng's Blog
If I go a custom post type single page link, I get
KLIF Media v2 - Jiew Men's BlogJiew Meng's Blog
If I force rewrite titles, it mostly works except for some pages, becoming
- Jiew Meng's Blog
I think I need to manually set the page title if I used this option?
