Page 1 of 1

[SOLVED] Add PHP code inside page?

Posted: Wed Apr 20, 2022 5:21 pm
by margas
Hey!

I hust found WonderCMS and i am really really excited!

I just started playing around and it is perfect for my needs :)

One quick question. Is it possible to add custom PHP inside a page?

I would like to fetch some data from my mysql db and present them in a beautiful way with WonderCMS.



Thank you and congratz for the excellent job you have done!

Re: Add PHP code inside page?

Posted: Fri Apr 22, 2022 2:40 am
by wiz
Hello margas, welcome to the community!

The easiest way to achieve this is to implement/call it directly in your theme.php file, otherwise you'd have to make modifications to the default HTML editor, which will trim out some of your PHP code.

Thank you and glad you're enjoying it. :)