• Why are all my page titles displaying as “News | Regal Gaming and Leisure” with the exception of the homepage? Both the index.php and the page.php use get_header(); ?>

    Here is the code from the <head> section of header.php:

    <!doctype html>
    <html>
      <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title> <?php wp_title('', true,''); ?> </title>
        <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css" media="screen">
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
      </head>

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • This seems like a theme issue. Which theme are you using?

    Thread Starter regalit

    (@regalit)

    It is Twenty-Twelve, but I have created a custom header, footer and index.

    In General Settings, what is the sitename value?

    Thread Starter regalit

    (@regalit)

    Site Title: Regal Gaming and Leisure
    Tagline: The Business in Leisure

    This is displayed on the homepage, however, I want the title to be Page Name | Regal Gaming and Leisure, but it’s showing News | Regal Gaming and Leisure on all other pages.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page titles all “News | Site Name”’ is closed to new replies.