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

15
pets-template.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
/*
Template Name: Для питомцев
Template Post Type: page
*/
?>
get_header( 'pets' );?>
<div id="content">
<h1 class="post-h1" style="margin-top: 38px;"><?php the_title();?></h1>
<?the_content();?>
</div>
<?get_footer( 'pets' );?>