Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #570728

    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).

    #571003

    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

    #571576

    I ended up just using do_shortcode and pulled the actual row shortcodes. Thanks Elliott!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘create rows with 2 columns in php template file’ is closed to new replies.