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

johnalbin’s picture

Version: 7.x-5.1 » 7.x-5.x-dev
sunshinee’s picture

You 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?

johnalbin’s picture

Status: Active » Fixed

Sunshinee's suggestion is a good one! :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.