mirror of
https://ghproxy.net/https://github.com/AlxMedia/clearwork.git
synced 2025-08-27 00:25:37 +08:00
Initial commit
This commit is contained in:
commit
52198cc0ed
354 changed files with 89079 additions and 0 deletions
32
page.php
Normal file
32
page.php
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?php get_header(); ?>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<?php while ( have_posts() ): the_post(); ?>
|
||||
|
||||
<article <?php post_class(); ?>>
|
||||
|
||||
<div class="post-wrapper group">
|
||||
<header class="entry-header group">
|
||||
<h1 class="entry-title"><?php the_title(); ?></h1>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
<div class="entry themeform">
|
||||
<?php the_content(); ?>
|
||||
<div class="clear"></div>
|
||||
</div><!--/.entry-->
|
||||
</div>
|
||||
<div class="entry-footer group">
|
||||
<?php if ( comments_open() || get_comments_number() ) : comments_template( '/comments.php', true ); endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</article><!--/.post-->
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
</div><!--/.content-->
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
|
||||
<?php get_footer(); ?>
|
Loading…
Add table
Add a link
Reference in a new issue