Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

I created a front page slideshow in Drupal, but I want to create a basic page underneath it. How do I do that?

I created a front page slideshow in Drupal, but I want to create a basic page underneath it. How do I do that? D7

The best way to do this would be to use the views module and context module. But you can use views and make sure that you select create a block when making the view. So create a view for your slideshow and place the block in your top region of the page. Context module makes laying out these options easier but may be confusing at first.