예제 #1
0
<?php 
theme_print_sidebar('secondary', $places);
?>

<?php

theme_print_sidebar('header-widget-area');
?>


    <div class="art-shapes">
        <div class="art-object412944306"></div>

            </div>

<?php 
if (theme_get_option('theme_header_show_headline')) {
    ?>
	<?php 
    $headline = theme_get_option('theme_' . (is_home() ? 'posts' : 'single') . '_headline_tag');
    ?>
	<<?php 
    echo $headline;
    ?>
 class="art-headline-one">
    <a href="<?php 
    echo get_option('home');
    ?>
/">THE<br /></a>
</<?php 
    echo $headline;
    ?>
>
	<<?php 
    echo $headline;
<?php 
theme_print_sidebar('primary-widget-area', '', '');
예제 #4
0
<?php

$places = theme_get_sidebar_places('top');
$count_widgets = array_sum(array_map('count', $places));
if ($count_widgets > 0) {
    theme_print_sidebar('top', $places);
}
예제 #5
0
<?php

$places = theme_get_sidebar_places('header');
$count_widgets = array_sum(array_map('count', $places));
if ($count_widgets > 0) {
    theme_print_sidebar('header', $places);
}
예제 #6
0
<?php 
if (theme_has_layout_part("default_sidebar")) {
    ?>

<?php 
    theme_print_sidebar('primary-widget-area', '<div class="cleantheme-layout-cell cleantheme-sidebar1">', '</div>');
    ?>

<?php 
}
예제 #7
0
<?php

global $theme_sidebars;
$i = 0;
foreach ($theme_sidebars as $sidebar) {
    if ($sidebar['group'] !== 'nav') {
        continue;
    }
    $i++;
    theme_print_sidebar($sidebar['id'], "<div class=\"art-hmenu-extra{$i}\">", '</div>');
}
예제 #8
0
<?php

$places = theme_get_sidebar_places('footer');
$count_widgets = array_sum(array_map('count', $places));
if ($count_widgets > 0) {
    theme_print_sidebar('footer', $places);
}
예제 #9
0
<?php 
if (theme_has_layout_part("default_sidebar")) {
    ?>

<?php 
    theme_print_sidebar('primary-widget-area', '<div class="art-layout-cell art-sidebar1">', '</div>');
    ?>

<?php 
}
예제 #10
0
<?php 
theme_print_sidebar('default', $places);
<?php 
if (theme_has_layout_part("secondary_sidebar")) {
    ?>

<?php 
    theme_print_sidebar('secondary-widget-area', '<div class="art-layout-cell art-sidebar2">', '</div>');
    ?>

<?php 
}
예제 #12
0
<?php 
if (theme_has_layout_part("secondary_sidebar")) {
    ?>

<?php 
    theme_print_sidebar('secondary-widget-area', '<div class="mmb-layout-cell mmb-sidebar2 col-md-3 hidden-sm">', '</div>');
    ?>

<?php 
}
예제 #13
0
<?php

$places = theme_get_sidebar_places('bottom');
$count_widgets = array_sum(array_map('count', $places));
if ($count_widgets > 0) {
    theme_print_sidebar('bottom', $places);
}
예제 #14
0
<?php 
if (theme_has_layout_part("default_sidebar")) {
    ?>

<?php 
    theme_print_sidebar('primary-widget-area', '<div class="mmb-layout-cell mmb-sidebar1 col-md-3 col-sm-3 col-xs-12 col-xs-push-12">', '</div>');
    ?>

<?php 
}