Can I set many to many relations between pages?

Permalink
For example,
I have manufacturers pages and product groups pages.
I want show some (not all, but selected) product groups on manufacturers pages by page_list block and vice-versa.

How can I set many to many relations between pages? May be create aliases?

Bull
 
frz replied on at Permalink Reply
frz
you could do aliases.
you could setup a custom attribute for the one page type that references the other, and use that to limit the page list returns...

so product pages get a "manufacturers" multi-select as a custom attribtue, and you do a little custom work on the page list block you use to only pull stuff that matches...