How to use different sections inside columns?
-
I want make gallery or post-list near each other in 2 columns.
but i can’t find way to make it using make-template.
it works if I use code like this in normal WP template, but it’s not working if I switch to make-template. Any ideas how to do it using make-theme functionality?
[wc_row][wc_column size="two-third" position="first"] <section id="builder-section-1411489929805" class="builder-section builder-section-first builder-section-postlist builder-section-next-text"> <header class="builder-section-header"> <h3 class="builder-post-list-section-title">Title1:</h3> </header> <div class="builder-section-content container"> [ttfmp_post_list columns="2" type="post" sortby="date-desc" keyword="" count="6" offset="0" taxonomy="tag_1" show_title="1" show_date="1" show_excerpt="1" show_author="0" show_categories="0" show_tags="0" show_comments="0" thumbnail="none"] </div> </section> [/wc_column][wc_column size="one-third" position="last"] <section id="builder-section-1426245743" class="builder-section builder-section-prev-postlist builder-section-postlist builder-section-last"> <header class="builder-section-header"> <h3 class="builder-post-list-section-title">Title 2</h3> </header> <div class="builder-section-content container"> [ttfmp_post_list columns="1" type="docs" sortby="date-desc" keyword="" count="3" offset="0" taxonomy="tag_2" show_title="1" show_date="0" show_excerpt="0" show_author="0" show_categories="0" show_tags="0" show_comments="0" thumbnail="none"] </div> </section> [/wc_column][/wc_row]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to use different sections inside columns?’ is closed to new replies.