WP Theme and Plugin Added
This commit is contained in:
7
juconnect-strict-theme-v3/juconnect-strict/page.php
Normal file
7
juconnect-strict-theme-v3/juconnect-strict/page.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php get_header(); ?>
|
||||
|
||||
<?php if (have_posts()): while (have_posts()): the_post(); ?>
|
||||
<?php the_content(); ?>
|
||||
<?php endwhile; endif; ?>
|
||||
|
||||
<?php get_footer(); ?>
|
||||
Reference in New Issue
Block a user