From: Steve Sutton Date: Tue, 9 Oct 2018 18:48:24 +0000 (-0400) Subject: Update the theme so the title is correct for glm associate. X-Git-Tag: v1.0.36^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2a39e15bef0822564fecf821dac05010eade3685;p=WP-Themes%2Fwmta.git Update the theme so the title is correct for glm associate. Add the wp_title function so our member and event detail pages are placing the event and member titles into the pages. --- diff --git a/functions.php b/functions.php index 0e35f21..5731fb7 100644 --- a/functions.php +++ b/functions.php @@ -45,7 +45,7 @@ function wmta_setup() { * hard-coded tag in the document head, and expect WordPress to * provide it for us. */ - add_theme_support( 'title-tag' ); + // add_theme_support( 'title-tag' ); /* * Enable support for Post Thumbnails on posts and pages. diff --git a/header.php b/header.php index f978efa..f7b56e1 100644 --- a/header.php +++ b/header.php @@ -14,12 +14,10 @@ <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> - +<title><?php wp_title();?> - - - - - >