Page Titles for Custom Page Templates
-
Hello! I am having an issue with this page on my site:
The page title is showing \”Blog\” even though the Page Title in the WordPress back end says News.
Here are the contents of my template:
<?php
/*
Template Name: CommunityNews
*/
?>
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php include(TEMPLATEPATH."/news-sidebar.php");?><div style="clear:both;"></div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Page Titles for Custom Page Templates’ is closed to new replies.