On a new site, I want to make a "homepage" for each category.
On these pages the same blocks appear in different flavors:

- an image related to the categorie
- infotext related to this category
- teasers related to a category
- blogpost of this category
- ...

I have different questions on how to set up such a page.
- Can I use an extension of the taxonomy module to do this?
- Do I need a different approach and make a page for each term?
- How do I link the teasers to a category?
...

Can someone get me on the way?
A best practices approach would be handy.

thx

Comments

toologic’s picture

related modules solve your tasks...
- an image related to the categorie = taxonomy_image
- infotext related to this category = each taxonomy term have a "decription" field.
- teasers related to a category = not solve yet
- blogpost of this category = taxonomy_content

i10neorg’s picture

For each term, you could make a node tagged with that term, and set it "sticky" (under "Publishing options" on a "create/edit node" page). Then the single "sticky" node for each term will show at the top of node listings for that term.