• Resolved NZwordpressnoob

    (@nzwordpressnoob)


    Hi there,

    I am a novice wordpress user based in NZ. I have finished putting together a basic wordpress site from a Mantra template. http://www.scripted.tv

    But the title of the site does not appear on the browser tab, only a dash (-)

    I have looked through as many other related posts as I can find and many say to alter the header.php and find the title script. But I cannot see the title script in my header.php. Here is the code from my header.php

    Any help would be much appreciated!

    <?php
    /**
    * The Header
    *
    * Displays all of the <head> section and everything up till <div id=”main”>
    *
    * @package Cryout Creations
    * @subpackage mantra
    * @since mantra 0.5
    */
    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo( ‘charset’ ); ?>” />
    <meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″ />
    <?php cryout_seo_hook(); ?>
    <link rel=”profile” href=”http://gmpg.org/xfn/11&#8243; />
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
    <?php
    cryout_header_hook();
    wp_head(); ?>
    </head>
    <body <?php body_class(); ?>>

    <?php cryout_body_hook(); ?>

    <div id=”wrapper” class=”hfeed”>

    <?php cryout_wrapper_hook(); ?>

    <header id=”header”>

    <div id=”masthead”>

    <div id=”branding” role=”banner” >

    <?php cryout_branding_hook();?>
    <div style=”clear:both;”></div>

    </div><!– #branding –>

    <nav id=”access” role=”navigation”>

    <?php cryout_access_hook();?>

    </nav><!– #access –>

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you know what this does;

    <?php cryout_seo_hook(); ?>

    Thread Starter NZwordpressnoob

    (@nzwordpressnoob)

    Hi Andrew,

    Absolutely no idea, sorry 🙂 I am assuming it has something to do with the problem though

    Thread Starter NZwordpressnoob

    (@nzwordpressnoob)

    Ok, so while you didn’t elaborate, your post gave me a clue (which I assume was your intention), and I looked it up which inspired me to install an SEO plug-in called Yoast. This has now added a title to the tab 🙂

    Now I just need to figure out how to add a logo to the tab title.

    Thanks for your clue 🙂

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Mark this thread resolved and start a new.

    Thread Starter NZwordpressnoob

    (@nzwordpressnoob)

    resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to put a website title in browser tab (currently showing only a dash/hyphen’ is closed to new replies.