davideberle
Member
Posted 2 years ago #
i am planning to set up a website with a blog which is written by two individuals. i would like to use only one blog, for administrative reasons.
i was thinking about having two separate categories with links to each one from the non-blog homepage. but then, i guess there is no way to have customized interfaces for each section, e.g. a different picture as heading for each writer.
can u advise me on a good solution?
You could use categories and Category Templates. A Category Widget or the template tag, wp_list_categories(), would give you links to those archives.
You could also use Author Templates and the template tag, wp_list_authors(), would give you links to those archives.
Related:
Stepping Into Template Tags
Stepping Into Templates
Template Hierarchy
there's also WordPress MU for managing multiple blogs with a common admin.
cheers.
davideberle
Member
Posted 2 years ago #
great, thanks a lot! i think author templates looks as THE thing. I'll look into it. great, many thx!