Wordpress - Themes and Appearance
What happens when a WordPress theme template contains the following code?
<?php get_header(); ?> <section>Welcome</section> <?php get_footer(); ?>
