Active
Project:
Grassland
Version:
6.x-1.1-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2009 at 11:59 UTC
Updated:
10 Dec 2009 at 22:50 UTC
The title doesn't show there unless I move the print $title out of node.tpl.php and into page.tpl.php
Is there a reason for it to be that way or is what I posted a proper fix?
Comments
Comment #1
butler360 commentedHmm, now my blog posts show two titles. I'm using a node-blog.tpl.php file to customize the output of blog posts. Is there a way to exclude the title from being printed in page.tpl.php only for the content type "blog"?
Comment #2
butler360 commentedOK, I got around that by putting this into page.tpl.php:
But now I get no titles for taxonomy items (the title of the category is at the top but individual items don't show).
Comment #3
ipwa commentedHi @butler360, I'm going to add title to the page template where it belongs, and remove it from the node template. Thanks for reporting this.
Comment #4
butler360 commentedExcellent, thanks.