}
-function woo_product_inquiry_content() {
- global $product;
- echo do_shortcode('[gravityform id="3" title="true" description="true"]');
+add_action( 'after_setup_theme', 'woocommerce_support' );
+function woocommerce_support() {
+ add_theme_support( 'woocommerce' );
}
-function woo_itinerary_content() {
+function woo_product_inquiry_content() {
global $product;
- echo the_field('itinerary');
+ echo do_shortcode('[gravityform id="3" title="true" description="true"]');
}
function woo_photos_content() {
</div>
<div class="row">
-
-
<div id="main-content" class="small-12 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no results found.');?></p>
- <?php endif;?>
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no results found.');?></p>
+ <?php endif;?>
</div>
</div>
<?php if (is_page(101)) {