9 lines
175 B
PHP
9 lines
175 B
PHP
<?php get_header( 'pets' );?>
|
|
<div id="content">
|
|
<h1 class="post-h1" style="margin-top: 38px;"><?php the_title();?></h1>
|
|
<?the_content();?>
|
|
</div>
|
|
<?get_footer( 'pets' );?>
|
|
|
|
|