I'm trying to figure out where my "Page" content type is being pulled from.

I have the default "Page" and another content type called "Adventure Page". On "Adventure Page" I want to show author data/picture/time which appears in the div tag "meta". However, I do NOT want any of this to appear on the "Page" settings.

My problem? Even though I've distabled the authoring info for "Page" in themes>setting in global settings for the "Page" content type, it still generates a LARGE blank field where the information being pulled from the "meta" div would appear. I would like the div meta to not appear in the code at all for "Page" but still appear for "Adventure Page".

Any help would be appreciated. Thanks!

Comments

seanr’s picture

Go to your theme directory, and copy node.tpl.php to node-page.tpl.php and remove that div there.

bruplex’s picture

Thank you, that saved me a ton of work :)