i was wondering how i can get "multipul" topics how acko.net does, so you can go to yoursite.com/blog and yoursite.com/art etc and they show different news. im assuming you have to use a taxonomy to do this but i cant figure it out :(

- openhalo

Comments

Steven’s picture

I just created a bunch of static pages (node type "page") with the desired content, and a custom module for the frontpage (set as site frontpage) and the menu items.

The URLs are changed from node/view/... to /art, ... using path.module.

You should be able to use taxonomy_menu (see contributed modules) for this as well, but I haven't used it.

openhalo-at-openhalo.net’s picture

thanks a lot ill go look at that. im kinda hoping i can have multipul topiced news without them being static. by the way i really like the look of ur site steven, you did a good job

- openhalo

Steven’s picture

Sounds like just need to discover the taxonomy system: it does what would be commonly referred to as 'sections' or 'categories', except in a much more powerful way.
Enable taxonomy.module and go to admin > taxonomy.