What I'm hoping to do is encompassed in the two main concepts below:
- have different elements included in my blog pages depending upon what category archive page is being displayed. For instance... when people are viewing the "geekdom" category, I'd list geek-related links on the right sidebar. Expanding upon this, it'd be neat to display one sort of link list for all categories EXCEPT one or two.
- show different stuff on the sidebar depending upon what categories an individual entry belongs to. For instance, if the individual entry being shown is in my TRAVEL category, I'd like to display a prominent link on the right to my travel pictures. And, like with #1, this also might be nifty on an exclusion basis... showing a particular set of links for categories EXCEPT x, y, z.
Getting specific, I'd love to know how to do the following:
A) Category pages
- 1) show links if category 'x'
- 2) show links if category 'x or y or z'
- 3) show links if NOT category 'x'
- 4) show links if NOT category 'x or y or z'
B) Individual archive pages
same as above
Thanks in advance for any tips you can offer