Exemplo n.º 1
0
 function widget($args, $instance)
 {
     extract($args);
     $block_id = $instance['block_id'];
     et_show_block($block_id);
 }
Exemplo n.º 2
0
    ?>
            </div>
        <?php 
}
?>
    </div>
    
    <?php 
if (etheme_get_option('upsell_location') == 'after_content') {
    woocommerce_upsell_display();
}
?>
    <?php 
if (etheme_get_custom_field('additional_block') != '') {
    echo '<div class="product-extra-content">';
    et_show_block(etheme_get_custom_field('additional_block'));
    echo '</div>';
}
?>
    <?php 
if (etheme_get_option('show_related')) {
    woocommerce_output_related_products();
}
?>


	<meta itemprop="url" content="<?php 
the_permalink();
?>
" />