How to put a website title in browser tab (currently showing only a dash/hyphen
-
Hi there,
I am a novice wordpress user based in NZ. I have finished putting together a basic wordpress site from a Mantra template. https://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=”https://gmpg.org/xfn/11″ />
<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 –>
- The topic ‘How to put a website title in browser tab (currently showing only a dash/hyphen’ is closed to new replies.