Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

if ( have_posts() ) { while ( have_posts() ) { the_post(); ?> <h2><?php the_title(); ?></h2> <?php the_content(); ?> <?php } }