Skip to content

Commit 40992c0

Browse files
committed
template page for standard content
1 parent ef4f573 commit 40992c0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
3+
/*
4+
Template Name: Content Page
5+
*/
6+
7+
get_header(); ?>
8+
9+
10+
<div class="block-area">
11+
12+
<div class="inner-section-list entry-content">
13+
14+
<?php get_template_part('template-parts/loop/frontpage-loop'); ?>
15+
16+
</div>
17+
18+
</div><!--/.block-area-->
19+
20+
<?php get_footer(); ?>

0 commit comments

Comments
 (0)