Content Layouts

Permalink
Hi ;

Is it possible to make content layouts in Concrete5.

For example I want to enter my past projects in my page? And Want to use a custom layout for every project which has a picture at the left side wth a text and dates. Etc.

cbaykam
 
matogertel replied on at Permalink Reply
matogertel
Hi, you can do it in many different ways:
- Page Types - you can define as many page types in the backend and have a different template for each one
- Custom Templates - you can create your own templates for every block available in c5, then when you add a block you can select your custom template
- Create your own blocks for specific things, if you know php is quite simple
- Try any of the blocks in the marketplace including my own Area Splitter :-) which will allow you to manipulate an area in even more ways.