Skip to:
Content
Pages
Categories
Search
Top
Bottom

title in header not working


  • sasasasaaa
    Participant

    @sasasasaaa

    Hello,

    in all my buddypress pages in the header the title is only “<title>| name of website</title>.

    It doesn’t show the title of the page before |.

    In buddypress header.php is written <title><?php wp_title( ‘|’, true, ‘right’ ); bloginfo( ‘name’ ); ?></title>.

    And I use German language po file.

    Have I missed something in the settings to make page title work?

    Thanks

Viewing 1 replies (of 1 total)

  • Venutius
    Moderator

    @venutius

    I think this probably a PHP error, wp_title is not returning the title and is probably throwing an error that can be picked up. Try installing Query Monitor and see if it shows any error, also, enabling WP_DEBUG either via a plugin or by editing wp-config.php direct could spot errors missed by Query Monitor.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar