how would I create rows and columns in my php template file?
I would like to have a single row with 2 columns (50/50).
Hey rudtek!
The easiest way to copy the content to a PHP file is to build your page and then view it on the frontend. You can then right click the page and select “View Source” and copy the HTML code you want to use and then paste it into your template file.
Regards,
Elliott
I ended up just using do_shortcode and pulled the actual row shortcodes. Thanks Elliott!