I have the following problem
i click on an article in the site and i get the title, date, etc.
I have somewhere in that page a list of entries whose category_id must be the same as the one of the article. How will i get the category_id from the article and how will i show this?
My code
{exp:channel:entries channel="news_articles" limit="3" disable="pagination" status="Open|Top Story|Secondary 4|Left Home|Right Home|Simple News" category="{category_id}” dynamic=“no”}
{if_icons}{title}
{/exp:channel:entries}
any help?