FEATURE Introduciong post ionformations and see-also block
This commit is contained in:
parent
d0f218e255
commit
7b20d47317
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$postType = get_post_type();
|
$postType = get_post_type();
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -28,10 +27,17 @@ $postType = get_post_type();
|
||||||
<?php get_template_part('template-parts/components/posts/post-authors', null, array(
|
<?php get_template_part('template-parts/components/posts/post-authors', null, array(
|
||||||
'postId' => get_the_ID()
|
'postId' => get_the_ID()
|
||||||
)); ?>
|
)); ?>
|
||||||
|
|
||||||
|
<?php get_template_part('template-parts/components/posts/post-informations', null, array(
|
||||||
|
'postId' => get_the_ID()
|
||||||
|
)); ?>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<?php echo do_blocks('<!-- wp:carhop-blocks/see-also /-->'); ?>
|
||||||
<?php echo do_blocks('<!-- wp:carhop-blocks/explore-tags /-->'); ?>
|
<?php echo do_blocks('<!-- wp:carhop-blocks/explore-tags /-->'); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user