I’m not sure how well that title actually describes my problem, but hey, that’s what the message area is for right?
Anyway, we have are using pages and taxonomy for the majority of our site. There are a few pages however that would have a brief description at the top and then a series of image galleries with descriptions, and pagination below that.
I was envisioning using taxonomy/pages to create the original description, and then doing an ajax call to a separate channel called “galleries” to get the multiple entries that would make up the gallery. I set the channel path, and I left the URL in the pages section of the entry blank, however I still cannot access the multiple entries in the “galleries” channel.
Is this even possible when using pages and taxonomy?
I do this all the time, but not using any ajax methods like you describe.
If you have a page_uri of /gallery on a “page”, simply assign it your /gallery template, which includes all of your dynamic calls etc.
Similar to the dynamic=”no” parameter, you can use show_pages=”no” with the difference being that it will listen to categories, pagination etc in the url.
Then you can tell taxonomy which nav item you’re on by passing the entry_id of the gallery entry through to the nav/breadcrumbs tag.
Make sense?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.