add social share

This commit is contained in:
2021-10-09 22:59:32 +03:00
parent e9bc2dbd8b
commit 3619ce52d2
8 changed files with 18 additions and 7 deletions

View File

@@ -27,7 +27,7 @@
<span class="post_link_category"><a href="<?=$category_link?>"><?=$category['0']->name;?></a></span>, <?php the_time('j F Y, G:i');?>
</div>
<div class="post_info_sub post_info_social">
<i class="fab fa-vk btn_soc_post"></i> <i class="fab fa-facebook-square btn_soc_post"></i> <i class="fab fa-telegram-plane btn_soc_post"></i>
<?php include get_template_directory().'/blocks/social-share.php';?>
</div>
</div>
<h1 class="post-h1"><?php wp_title('');?></h1>