add mail page subscript
This commit is contained in:
35
single.php
35
single.php
@@ -82,9 +82,13 @@ if ( $pets_cat ){
|
||||
<div id="fulltext">
|
||||
<h1 class="post-h1"><?php wp_title('');?></h1>
|
||||
<?$author = get_the_author();
|
||||
if ( ! empty ( $author ) AND $author !== 'vetandlife.ru'):?>
|
||||
if ( ! empty ( $author ) AND $author !== 'vetandlife.ru'):
|
||||
$author_bio = get_the_author_meta('description', $author_id);?>
|
||||
<div class="post_author">
|
||||
Автор: <?=the_author_posts_link()?>
|
||||
<?if (!empty($author_bio)):?>
|
||||
<div class="post_author_sub"><?=$author_bio?></div>
|
||||
<?endif?>
|
||||
</div>
|
||||
<?endif?>
|
||||
|
||||
@@ -124,29 +128,18 @@ if ( $pets_cat ){
|
||||
<!--<p><small class="text-muted"><?php the_tags('');?></small></p> -->
|
||||
<?//endwhile;?>
|
||||
|
||||
|
||||
|
||||
<div style="margin-top: 12px;"class="aQKhHt2390"></div>
|
||||
<!-- Yandex.RTB R-A-4145099-6 -->
|
||||
<div id="yandex_rtb_R-A-4145099-6"></div>
|
||||
<script>
|
||||
window.k_init = window.k_init || [];
|
||||
k_init.push({
|
||||
id: 'aQKhHt2390',
|
||||
type: 'bn',
|
||||
domain: 'cchdbond.com',
|
||||
refresh: false,
|
||||
next: 0
|
||||
});
|
||||
|
||||
var s = document.createElement('script');
|
||||
s.setAttribute('async', true);
|
||||
s.setAttribute('charset', 'utf-8');
|
||||
s.setAttribute('data-cfasync', false);
|
||||
s.src = 'https://cchdbond.com/qae0820f.js';
|
||||
document.head && document.head.appendChild(s);
|
||||
window.yaContextCb.push(()=>{
|
||||
Ya.Context.AdvManager.render({
|
||||
"blockId": "R-A-4145099-6",
|
||||
"renderTo": "yandex_rtb_R-A-4145099-6"
|
||||
})
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
<?php include get_template_directory().'/blocks/yets.php';?>
|
||||
|
||||
<div id="tags">
|
||||
|
||||
Reference in New Issue
Block a user