how to remove blog title from post title

  • Author
    Posts
  • #5132
    carl

    can you please explain how i can remove the blog title from the post title? i’ve looked for the <title> in header.php, but it’s not there.  thanks!

    #5261
    Zed
    Cryout Creations mastermind

    You’ll find the title in includes/theme-seo.php, which is not safe to modify without using a child theme.

    `function mantra_seo_title() {
    echo “<title>”.wp_title( ”, false, ‘right’ ).”</title>”;
    }`


    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 2 posts - 1 through 2 (of 2 total)

The topic ‘how to remove blog title from post title’ is closed to new replies.