59 lines
1.4 KiB
PHP
59 lines
1.4 KiB
PHP
<!--[single/post-mamleev]-->
|
|
|
|
<div class="profile_onenews" itemscope itemtype="https://schema.org/NewsArticle">
|
|
|
|
<?php get_template_part("template-parts/single/post-data") ?>
|
|
|
|
<?php get_template_part("template-parts/micro/post"); ?>
|
|
|
|
<h1 class="profile_onenews__title">
|
|
|
|
<?= the_title() ?>
|
|
|
|
</h1>
|
|
|
|
<?php if (has_secondary_title()): ?>
|
|
|
|
<h2 class="profile_onenews__subtitle mb-4">
|
|
|
|
<?= get_secondary_title(); ?>
|
|
|
|
</h2>
|
|
|
|
<?php endif; ?>
|
|
|
|
<?php get_template_part("template-parts/single/post-social-share-mobile") ?>
|
|
|
|
<?php get_template_part("template-parts/single/disclaimer") ?>
|
|
|
|
<?= get_first_pharagraph( get_the_content() ) ?>
|
|
|
|
<div class="profile_onenews__body">
|
|
|
|
<?php get_template_part("template-parts/single/post-social-share-desktop") ?>
|
|
|
|
<?php if( has_post_thumbnail() && show_post_thumbnail() ) : ?>
|
|
|
|
<?php the_post_thumbnail(); ?>
|
|
|
|
<?php endif; ?>
|
|
|
|
<div class="micromarking">
|
|
|
|
<?= the_content() ?>
|
|
|
|
</div>
|
|
|
|
<?php get_template_part("template-parts/single/banned") ?>
|
|
|
|
<?php get_template_part("template-parts/single/post-social-share-mobile") ?>
|
|
|
|
<?php get_template_part("template-parts/single/post-tags") ?>
|
|
|
|
<?php get_template_part("template-parts/single/ajax-load-more-mamleev") ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--[single/post-mamleev]-->
|