コード例 #1
0
    echo $style;
    ?>
">

			<?php 
    if (listify_has_integration('woocommerce')) {
        ?>
				<?php 
        wc_print_notices();
        ?>
			<?php 
    }
    ?>

			<?php 
    if (is_active_sidebar('widget-area-home')) {
        dynamic_sidebar('widget-area-home');
    } else {
        $defaults = array('before_widget' => '<aside class="home-widget">', 'after_widget' => '</aside>', 'before_title' => '<hgroup class="home-widget-section-title"><h1 class="home-widget-title">', 'after_title' => '</h1></hgroup>', 'widget_id' => '');
        the_Widget('Listify_Widget_Recent_Listings', array('title' => __('Recent  Listings', 'listify'), 'description' => __('Take a look at what\'s been recently added.', 'listify'), 'limit' => 6, 'featured' => 0), $defaults);
    }
    ?>

		</div>

	<?php 
}
?>

<?php 
get_footer();
コード例 #2
0
    echo $style;
    ?>
">

			<?php 
    if (listify_has_integration('woocommerce')) {
        ?>
				<?php 
        wc_print_notices();
        ?>
			<?php 
    }
    ?>

			<?php 
    if (is_active_sidebar('widget-area-home')) {
        dynamic_sidebar('widget-area-home');
    } else {
        $defaults = array('before_widget' => '<aside class="home-widget">', 'after_widget' => '</aside>', 'before_title' => '<div class="home-widget-section-title"><h3 class="home-widget-title">', 'after_title' => '</h3></div>', 'widget_id' => '');
        the_Widget('Listify_Widget_Recent_Listings', array('title' => __('Upcoming Events', 'listify'), 'description' => __('Discover the best things to do in the coming weeks.', 'listify'), 'limit' => 3, 'featured' => 1), $defaults);
    }
    ?>

		</div>

	<?php 
}
?>

<?php 
get_footer();