I am going to try my best to explain this. In my CMS, I have a 3 fields. Active (Boolean), body, and date posted. When I get the data. If "Active" is true. I want to display a banner under my header and it links to a Notices page. If active is false. Dont display the banner.
What is the best way to accomplish this without having to call my CMS twice?