Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
309 views
in Q2A Core by
How to create a custom page and display it on site with database content

1 Answer

0 votes
by

For a standard HTML page, go to Admin > Pages and click the "Add Page" button.

But if you're asking about making a page with custom PHP you'll need to use a page plugin. Start here for general plugin development, then click 'page' for details specific to page plugins. Also check out the functions page for how to run database queries.

...