I have an entry I use to populate an ad in the header of a site. Naturally, this is supposed to show on category driven templates as well, but it doesn’t seem to show up. I have it set to dynamic=“no” and still no dice. It shows up everywhere else just fine—so it must be a category conflict I’m missing.
Here is the entry code I’m calling:
{exp:channel:entries channel="page" entry_id="26" dynamic="no" disable="categories|member_data|pagination"}
{headeroffer_page}
<a class="button" href="{headerofferlink_page}{page_url}{/headerofferlink_page}">Click to learn more</div>
{/exp:channel:entries}This fails shows up, for instance, on a template with a category driven URL such as “/store/category/C4”