Page title not displaying in 0.9.9.10

  • Author
    Posts
  • #28344
    Stephanie Mitchell

    Hi – I love Nirvana. It’s a work in progress, clearly, and I’ve had to work around a few things but on the whole it has a nice, fresh look. The way I’ve set it up, anyway. Thanks!

    Oh yeah, the bug. In the latest update (0.9.9.10) the page title is empty and simply displays as the browser’s default (usually the URL). The problem is in header.php on line 14:

    <title><?php wp_title( ”, false, ‘right’ );?></title>

    should read

    <title><?php wp_title( ”, true, ‘right’ );?></title>
    or possibly
    <title><?php wp_title( ‘|’, true, ‘right’ );?></title>

    Next update, perhaps?

    #28398
    Marcel Zoutzeling

    Hi,

    Thanks for the correction, now it is showing correctly. I’m using version (0.9.9.10).

    All the best

    #28458
    Xu

    It seems the bug is still there in 0.9.9.11. jeez ! Are they gonna fix it??

    #28547
    Zed
    Cryout Creations mastermind

    Luckily this was a short lived bug, only affecting 0.9.9.x 🙂
    It’s fixed in 1.0.0.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Page title not displaying in 0.9.9.10’ is closed to new replies.