This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added blank page template
- Loading branch information
andrewmbacon
committed
Jul 30, 2014
1 parent
3c2fc66
commit e0bc063
Showing
5 changed files
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* for page-blank.php | ||
* | ||
* @package cornerstone | ||
*/ | ||
?> | ||
<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?>> | ||
<div class="entry-content"> | ||
<?php the_content(); ?> | ||
</div><!-- .entry-content --> | ||
<footer class="entry-footer"> | ||
<?php edit_post_link( __( 'Edit', 'cs' ), '<span class="edit-link">', '</span>' ); ?> | ||
</footer><!-- .entry-footer --> | ||
</article><!-- #post-## --> |
Oops, something went wrong.