Hey there,

So I am using Tao for some themeing and ran into a slight issue. I am using a custom node type that I have a node-[type].tpl file for. For a number of reasons, the node-[type].tpl file is blank so that nothing is displayed. I've done this with other themes and it works great so that I can just place blocks on the page etc.

The issue that I have is the title is still showing up on the page. I commented out this line from page.tpl to see what happened:

if ($title):
print $title

endif;

It, of course, removed the title from the custom content type just like I needed. BUT, it also removed the title from every single page, which I don't want :-)

Does anyone know how to make the title not show up and have Tao obey the blank node-[type].tpl file that I made?

Thanks!

Comments

FindMyHousing’s picture

Gosh, the comment formatting messed with my php that i wanted to show. Here it is again

if ($title): print $title endif;