Closed (fixed)
Project:
Zen
Version:
7.x-5.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2012 at 14:22 UTC
Updated:
11 Aug 2013 at 15:01 UTC
I want a page that contains the blog add form without other headers, menus and blocks. Just a simplest add form for blog. I use php "print drupal_render(node_add('NODE_TYPE'));" to show the form on the page successfully. But it's ugly. So how can I theme the form only in that page?
Comments
Comment #1
johnalbinComment #2
sunshinee commentedYou can use page--node--add--blog.tpl.php to theme your node form for blogs as documented at http://drupal.org/node/1089656. Does that work for what you're trying to do?
Comment #3
johnalbinSunshinee's suggestion is a good one! :-)