Page 1 of 1

Adding PHP Code in WB pages

Posted: Wed Jul 13, 2022 7:15 pm
by VPXMedia
Hi,

Is there an easy way to add PHP code in WB-17 pages directly from the program without using external editors such as Notepad++ after publishing the file?

I want to add PHP shortcodes (for example: <?php echo ($array["TotalQuantity"]); ?>) within the rows in a table to display certain figures from a business news feed.

Re: Adding PHP Code in WB pages

Posted: Wed Jul 13, 2022 8:03 pm
by Pablo
You can insert custom code via Page HTML or the HTML object.
https://www.wysiwygwebbuilder.com/add_html.html

Note however that WWB is not an HTML editor. This means that the internal HTML does not exist until you publish the page.