I’m trying to build an Archive Layout that will serve as the layout for most of the collection views on a particular site. Specifically, this Layout will be used for the Blog page, Category Archive, Tag Archive, and Search Result pages.
Basically, I have a grid built to display the individual posts (so they’re consistent across all those pages, and I don’t have to manage 4 different Layouts). And above that, I have a few sections that I want to conditionally show or hide depending on which particular page is being viewed. For example, a section that displays only when viewing a Category Archive, another that only displays when viewing a Tag Archive, another when viewing the Blog page, and another that only displays on the Search Results page.
I can get Search Results working fine, however there don’t seem to be Element Conditions that allow me to target Blog is being viewed
or Taxonomy is Category
, etc… I see options that will let me do this up in the overall Layout Conditions - but not down at the Element level.
Is this a technical constraint, or just something you haven’t implemented? If the latter, can you add some monumental additional conditionals please
-
Archive:
Select a taxonomy type
-
Blog:
being viewed
- (I’m sure there are others related to Archives that’d be helpful too, but I can’t think of any other examples at the moment)