Having problem with Rows and Columns displaying correctly in template
-
https://www.smsteam.net/sales-tools/
code for template below
<?php
$page_title = get_the_title();
get_header(); ?><?php endif; ?>
” alt=””>
” class=”btn btn-primary” role=”button”>More
” target=”_blank” class=”btn btn-primary” role=”button”>More
</div>
</div>
<?php endwhile; ?>
</div>
<?php endif; ?>
</div>
<?php if ( get_field( ‘page_layout’ ) === ‘right’ ) : ?>
<!– / Sidebar Navigation –>
<?php endif; ?>
</div><!– / row –>
<?php else : ?>
<?php get_template_part( ‘templates/partials/query’, ‘page’ ); ?>
<?php if ( have_rows( ‘sales_tools_sub_pages’ ) ) : ?>
” alt=””>
” class=”btn btn-primary” role=”button”>More
” target=”_blank” class=”btn btn-primary” role=”button”>More
</div>
</div>
<?php endwhile; ?>
</div>
<?php endif; ?>
<?php endif; ?>
</div><!– /Container –>
</div><!– /Main Content –>
<?php get_footer(); ?>
-
Hi @jlallgier
It seems that your site https://www.smsteam.net/ is not hosted on WordPress.com.
Your site is hosted on HOVER with a software install of WordPress.org which means that it is not applicable to this forum.
It would be better suited for you to ask question at https://WordPress.org/support/ .
Also, you can read the differences between WordPress.com and WordPress.org here: https://en.support.wordpress.com/com-vs-org/
I hope this helps.
- The topic ‘Having problem with Rows and Columns displaying correctly in template’ is closed to new replies.