I have in my concrete5 (LATEST) few composers (Blogs, news and more).
I want, via php code to query the database and retrieve list of composers entries.
On top of that, one of the news composers Fields is boolean - DisplayOnHomePage.
What I want to do is to show on the home page list of news (title and image) that was marked as DisplayOnHomePage=true.
Is there any official API to do that?
If there isn't, is there any other way to do it?
Thanks!