I have a category page and I want to have different sections on that page that display the entires from that category as well as another.
For the entries I select 2 categories - the “page” and the “section” kind of.
{exp:weblog:category_heading weblog="ministries"}
{exp:weblog:entries weblog="ministries" category="329&{category_id}"}
{ministry_body}
{/exp:weblog:entries}
{/exp:weblog:category_heading}But it doens’t work - ESSENTIALLY: how can I make expression engine pull the dynamic category from the URL and also a choosen category in the code?
I can’t just do category=“329” because ee then ignores the URL category.
please this is making me insane.