Hi experts, I'm working on a simple theme and I got this problem. I have two pages, News and the Projects. I also have two categories, News and Projects also. I can fetch or query their post differently using the query() function.
I have navigation for both pages that highlight the current page where you at.
My problem is, when a post is categorized as Projects, I go to the News page. How can I make posts that are categorized as Projects displayed on the Projects page when reading?
Thanks