コード例 #1
0
ファイル: home.php プロジェクト: idea-lab/Spectrum
						
							<div class="content-search">
							<?php 
    do_action('sgwindow_after_content');
    ?>
							</div><!-- .content-search -->
							
						</div><!-- .content -->
						<div class="clear"></div>
				
				<?php 
    sgwindow_paging_nav();
} else {
    ?>
					<div class="content"> 
					<?php 
    get_template_part('content', 'none');
    ?>
					</div><!-- .content -->								
				<?php 
}
?>

	</div><!-- .site-content -->
	<?php 
sgwindow_get_sidebar(sgwindow_get_theme_mod('layout_blog'));
?>
</div> <!-- .main-wrapper -->

<?php 
get_footer();
コード例 #2
0
ファイル: woocommerce.php プロジェクト: a-i-ko93/ipl-foodblog
	
					<?php 
woocommerce_breadcrumb();
?>
					<?php 
woocommerce_content();
?>
					<?php 
do_action('sgwindow_after_content');
?>
	

			<?php 
if (is_singular()) {
    ?>
			</div><!-- .content-container -->
			<?php 
}
?>

		</div><!-- .content -->
		<div class="clear"></div>	
	</div><!-- .site-content -->
	<?php 
sgwindow_get_sidebar($sgwindow_layout);
?>

</div> <!-- .main-wrapper.woo-shop -->

<?php 
get_footer();
コード例 #3
0
ファイル: index.php プロジェクト: idea-lab/Spectrum
				<?php 
    while (have_posts()) {
        the_post();
        get_template_part('content', get_post_format());
    }
    ?>
					
					</div><!-- .content -->
					<div class="clear"></div>
				
				<?php 
    sgwindow_paging_nav();
} else {
    ?>
					<div class="content"> 
					<?php 
    get_template_part('content', 'none');
    ?>
					</div><!-- .content -->
				<?php 
}
?>
	</div><!-- .site-content -->
	<?php 
sgwindow_get_sidebar(sgwindow_get_theme_mod('layout_default'));
?>
</div> <!-- .main-wrapper -->

<?php 
get_footer();
コード例 #4
0
        the_post();
        get_template_part('content', 'jetpack-portfolio');
    }
    ?>
					
					</div><!-- .content -->
					<div class="clear"></div>
				
				<?php 
    sgwindow_post_nav();
    if (comments_open() || get_comments_number()) {
        comments_template();
    }
} else {
    ?>
					<div class="content"> 
					<?php 
    get_template_part('content', 'none');
    ?>
					
					</div><!-- .content -->
				<?php 
}
?>
	</div><!-- .site-content -->
	<?php 
sgwindow_get_sidebar(sgwindow_get_theme_mod('layout_portfolio-page'));
?>
</div> <!-- .main-wrapper -->
<?php 
get_footer();
コード例 #5
0
ファイル: front-page.php プロジェクト: idea-lab/Spectrum
				
					<div class="content-search">
					<?php 
        do_action('sgwindow_after_content');
        ?>
					</div><!-- .content-search -->
				</div><!-- .content -->
				<div class="clear"></div>
			
			<?php 
        sgwindow_paging_nav();
    } else {
        ?>
				<div class="content"> 
				<?php 
        get_template_part('content', 'none');
        ?>
				
				</div><!-- .content -->
			<?php 
    }
    ?>
		</div><!-- .site-content -->
	<?php 
    sgwindow_get_sidebar(sgwindow_get_theme_mod('layout_home'));
    ?>
	</div> <!-- .main-wrapper -->

	<?php 
}
get_footer();
コード例 #6
0
ファイル: search.php プロジェクト: idea-lab/Spectrum
    ?>
					
						<div class="content-search">
						<?php 
    do_action('sgwindow_after_content');
    ?>
						</div><!-- .content-search -->
					</div><!-- .content -->
					<div class="clear"></div>
				
				<?php 
    sgwindow_paging_nav();
} else {
    ?>
					<div class="content"> 
					<?php 
    get_template_part('content', 'none');
    ?>
					</div><!-- .content -->
					<div class="clear"></div>
				<?php 
}
?>
	</div><!-- .site-content -->
	<?php 
sgwindow_get_sidebar(sgwindow_get_theme_mod('layout_search'));
?>
</div> <!-- .main-wrapper -->

<?php 
get_footer();
コード例 #7
0
ファイル: category.php プロジェクト: a-i-ko93/ipl-foodblog
				
				<?php 
    sgwindow_paging_nav();
    ?>
					
					<div class="content-search">
						<?php 
    do_action('sgwindow_after_content');
    ?>
					</div><!-- .content-search -->

				<?php 
} else {
    ?>
					<div class="content"> 
					<?php 
    get_template_part('content', 'none');
    ?>
					
					</div><!-- .content -->
				<?php 
}
?>
	</div><!-- .site-content -->
	<?php 
sgwindow_get_sidebar(sgwindow_get_theme_mod('layout_archive'));
?>
</div> <!-- .main-wrapper -->

<?php 
get_footer();