add adv pages pets
This commit is contained in:
15
pets-template.php
Normal file
15
pets-template.php
Normal 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' );?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user