Support

Account

Home Forums Front-end Issues Newly Created Layout Does Not Show When Published Reply To: Newly Created Layout Does Not Show When Published

  • That is what you were looking for.

    There is a folder in your theme .../block/content_rows/
    In this folder there is a php file for each of your layouts
    {$layout_name}.php
    To add a layout you need to create a new php file in that folder with a name that matches your new layout name. Then you need to add code to that new file that will be used to display the content of your layout.