• Resolved lctkw

    (@lctkw)


    I’m not sure why this is happening – I’ve tried uploading fresh versions of WordPress (2.9.2) and Mystique (2.2.2) but to no avail.

    Basically, when I go to my blog at http://thecoffeespoon.net/louist/ I see the blog title “Teaching with Technology <<“, which is rather odd in itself. Also, when I visit specific posts such as http://thecoffeespoon.net/louist/2010/03/open-source-education/ I see “‘Open source’ education” as the page title rather than the expected “‘Open source’ education << Teaching with Technology”.

    Essentially, my blog title doesn’t show up as expected – is there a blindingly simple remedy that I could use? I think it’s an issue with the theme, since the blog title reappears when I switch to the WordPress default theme…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Replace <title><?php mystique_title(); ?></title> in header.php with
    <title><?php wp_title('&laquo;',true,'right'); ?><?php bloginfo('name'); ?></title>

    Thread Starter lctkw

    (@lctkw)

    thanks, that worked great. is this an error in the coding somewhere, or is mystique deliberately coded to behave differently from normal wordpress themes? i’d hate to do this edit manually each time i upgrade…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing blog title (in browser header)’ is closed to new replies.