22 lines
75 B
PHP
22 lines
75 B
PHP
<?php
|
|
get_header();
|
|
the_post();
|
|
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
|
|
get_footer();
|
|
?>
|