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