index.php File
<?php get_header() ?> <?php // gets all post if (have_post()): while (have_posts()): the_post(); the_content(); endwwhile; endif; ?> <?php get_sidebar() ?> <?php get_footer() ?>
Published by Kerry Severin | #KmsMind
<?php get_header() ?> <?php // gets all post if (have_post()): while (have_posts()): the_post(); the_content(); endwwhile; endif; ?> <?php get_sidebar() ?> <?php get_footer() ?>
Published by Kerry Severin | #KmsMind
Leave a Reply