drupaldrupal-7drupal-viewsdrupal-themingdrupal-panels

Drupal 7 create blank page


How to create blank page with Views || Panel || Display Suite modules? Or How to create blank page with theme-hook, like page--contentType.tpl.php without fields?

Blank page for landing page or custom layout different with page.tpl.php regions?

I used Empty page module, but not worked for me! How to create it?

I want to create image gallery page.

It's type of page from views module. views-view--gallery--page.tpl.php.

I need two different layout for page in page.tpl.php


Solution

  • Create a view gallery, then create a page with pane, assign that view to the content pane. Then, create a custom template with the path of the created page. Copy the code from the page.tpl.php and paste it in your custom template.

    page--path.tpl.php