add adv pages pets
This commit is contained in:
@@ -47,7 +47,7 @@ function disable_wp_emojis_in_tinymce( $plugins ) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
add_theme_support( 'custom-header' );
|
||||||
|
|
||||||
require get_template_directory().'/src/calend-block.php';
|
require get_template_directory().'/src/calend-block.php';
|
||||||
require get_template_directory().'/src/calendar.php';
|
require get_template_directory().'/src/calendar.php';
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<?if (defined('TESTMODE') and TESTMODE == 1):?>
|
<?if (defined('TESTMODE') and TESTMODE == 1):?>
|
||||||
<link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/style-test.css?ver=3">
|
<link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/style-test.css?ver=3">
|
||||||
<?else:?>
|
<?else:?>
|
||||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=405">
|
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=408">
|
||||||
<?endif?>
|
<?endif?>
|
||||||
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
||||||
<!--<link href="<?php echo get_stylesheet_directory_uri()?>/pub/fontawesome.css" rel="stylesheet">-->
|
<!--<link href="<?php echo get_stylesheet_directory_uri()?>/pub/fontawesome.css" rel="stylesheet">-->
|
||||||
|
|||||||
8
page-34623.php
Normal file
8
page-34623.php
Normal 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' );?>
|
||||||
|
|
||||||
|
|
||||||
8
page-34626.php
Normal file
8
page-34626.php
Normal 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' );?>
|
||||||
|
|
||||||
|
|
||||||
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