Hello all. I *think* this is themes-related, because it deals with how Drupal displays content, but it is a little out there...
The theme I'm working on has an index page that contains different information from the other browsable pages on the site. I've already learned how to do this from a previous post... what I'm trying to figure out how is how to set up the php on the front page to "pick and choose" what information is displayed.
Essentially, I have set up two categories in the taxonomy area, "webcomics" and "news," under which everything else falls. "Webcomics" has three sub-categories for three individual webcomics.
Here's what I'm trying to do:
I want the content part of the front page divided into two areas: the top area will display *only* posts that are associated with one of the three sub-categories under "webcomics", whereas the bottom area will display *only* posts that are associated with "news."
Further, the top area will only display one day's worth of posts at a time. In other words, if on August 1st I posted three webcomics, one from each sub-category, all three webcomics would be displayed on the front page. If on August 2nd I only posted one webcomic from a single sub-category, only that webcomic would be displayed on the front page, and the comics posted the previous day would be accessible only from the archives.
Finally, the bottom area will display the five most recent posts associated with the "news" category, regardless of what the date is.