Pagelist: avoiding multiple entries of same page in the result

Permalink
Hi, i want to avoid multiple entries of the same item in the overview ('All Items'). There are some items beeing in more than one cathegory.

Sitemap looks like this:

*Home
*Products
++All Items (pagelist: beneath Products, attribute: exclude pagelist)
++Cathegory A (pagelist: beneath Cathegory A, attribute: exclude pagelist)
---item #10
---item #20
---item #30
++Cathegory B (pagelist: beneath Cathegory B, attribute: exclude pagelist)
---item #20
---item #40
++Cathegory C (pagelist: beneath Cathegory C, attribute: exclude pagelist)
---item #20
---item #30
---item #50
---item #60
*Kontakt

Is there a possibility to set pagelist getting a clean result in 'All Items'?

SuperNova
 
SuperNova replied on at Permalink Reply
SuperNova
I used the is_feature attribute for a fast solution.
I thing better is to put all items in/under 'All Item' and give them attributes. Setting the filter by attribute on the Cathegories page and it should work...

*Home
*Products
++All Items (pagelist: beneath this page)
---item #10 (attribute: A)
---item #20 (attribute: A, B, C)
---item #30 (attribute: A, C)
---item #40 (attribute: B)
---item #50 (attribute: C)
---item #60 (attribute: C)
++Cathegory A (pagelist: filter attribute A)
++Cathegory B (pagelist: filter attribute B)
++Cathegory C (pagelist: filter attribute C)
*Kontakt

Is this possible without knowledge of php?