Dear Tech Friends,

Please suggest me the override template names that I need to create in theme folder for blog, story, page and custom type 'company'

right now my default blog entry is available as follows:

sitename.com/content/blog001 or any blogname

Story as follows:

sitename.com/content/story001

company as:

sitename.com/content/company001

I've nocde override node.tpl.php is there in theme folder what template name needed for the above overrides in order to have different layout structure?

Using view I have created list of contents for all the above separately using filter.
But single node view of blog or story or company is the requirement now.

Any help anticipated.

Regards,
Richard.

Comments

kitsunechan’s picture

I think a solution you want is to copy node.tpl.php from your theme, then re-name it with the node type you would like a different template for (example: node-blog.tpl.php). Change the new file to behave however you want for that content type, then FTP it, and all nodes of that content type will behave the way that file tells them to.