What I want to do is have one page that lists some data from my database (the data is separate from Bolt).
I've looked into extensions but I don't see any way to make a "page" as such, only create "snippets". But snippets don't display actually in the content area, you can only add them right after the <body>
tag or in the <head>
. Also it looks like they appear on every page, not on page.
Is it possible to run some custom PHP code on a page to fetch some data from a database and display it? Does anyone have a bare-bones example?