<?phpget_header();?><div id="content-wrapper"><h1>IT WORKS!</h1></div> <?php get_footer();
<?php phpget_header(); ?> <div id="content"> <?php if (have_posts()) { while (have_posts()) { the_post(); ?> <div id="post-<?php the_ID(); ?> " <?php post_class('page'); ?> > <article> <h1><?php the_title(); ?> </h1> <div id="page-content"> <?php the_content(); ?> <div class="pagination"> <?php wp_link_pages('before=<div class="pagination">&after=</div>');