mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-29 00:57:36 +08:00
Initial commit
This commit is contained in:
commit
ee50200fe7
353 changed files with 78977 additions and 0 deletions
35
page-templates/child-menu.php
Normal file
35
page-templates/child-menu.php
Normal file
|
@ -0,0 +1,35 @@
|
|||
<?php
|
||||
/*
|
||||
Template Name: Child Menu
|
||||
*/
|
||||
?>
|
||||
<?php get_header(); ?>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<?php get_template_part('inc/page-title'); ?>
|
||||
|
||||
<div class="pad group">
|
||||
|
||||
<?php while ( have_posts() ): the_post(); ?>
|
||||
|
||||
<article <?php post_class('group'); ?>>
|
||||
|
||||
<div class="entry themeform">
|
||||
<?php the_content(); ?>
|
||||
<div class="clear"></div>
|
||||
</div><!--/.entry-->
|
||||
|
||||
</article>
|
||||
|
||||
<?php if ( comments_open() || get_comments_number() ) : comments_template( '/comments.php', true ); endif; ?>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
</div><!--/.pad-->
|
||||
|
||||
</div><!--/.content-->
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
|
||||
<?php get_footer(); ?>
|
Loading…
Add table
Add a link
Reference in a new issue