Hey this is probably me being stupid but I cant figure out whats causing the problem.
I have some category pages that end in the url segment “FishingReports/Report/C4”.
In each template I have an embedded header with a channel entry that allows the client to update store hours on every page.
The channel entry looks like this..
{exp:channel:entries channel="store_info" limit="1" dynamic="no"}
<li> {street_address} Bozeman MT </li>
<li> {406_phone_number} ∗ {1800_number} </li>
<li> Store Hours: Mon-Sat: {monday_saturday_hours} Sun: {sunday_hours} </li>
{/exp:channel:entries}As you can see I have dynamic=“no” set and it works great on single entry permalinks but I dont know what to do for category pages.
Thanks for you help in advance.
Ben
Prime Inc