Wordpress theme development question
So here is the code from Wordpress.org's codex page i.e. "Worlds simplest index page.
<?php
get_header();
if (have_posts()) :
while (have_posts()) :
the_post();
the_content();
endwhile;endif;
get_sidebar();
get_footer();
?> Anyone got any ideas about what I'm missing . Because this doesn't appear to do anything at all.
Now if I select one of the themes that come with WP everything works fine SO what's missing from this?
The 2nd Amendment, 1789 - The Original Homeland Security.
Gun control means never having to say, "I missed you."