Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

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

Leave a Reply

Your email address will not be published. Required fields are marked *