how to apply different layouts to different pages in Drupal 7?

I have converted a HTML page to Drupal template by using blocks and page.tpl.php file. Now I have another page that I need to convert and link it to the main navigation menu.

The problem is, that another page have completely different layouts and I don't understand how to create that layout and link it to the main menu. Is it really so complex? I found that it can be done by using panels but I am completely new in Drupal. I need a simple solution. Thanks if anyone can help me.

Upvotes: 0

Views: 47

Answers (1)

Gonzalo
Gonzalo

Reputation: 520

You can use some module like display suite or panels to create custom new pages with custom layout.

If you want to make all with code (and avoid database configurations), panels module is fully compatible with features (I don't know compatibility with display suite).

Upvotes: 1

Related Questions