add adv pages pets

This commit is contained in:
2024-04-16 11:45:04 +03:00
parent 66b434a523
commit 016497f1bb
6 changed files with 37 additions and 2 deletions

8
page-34623.php Normal file
View File

@@ -0,0 +1,8 @@
<?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' );?>