FEATURE introducing component
This commit is contained in:
parent
e68961e817
commit
a49f479510
9
template-parts/compositions/autres-publications.php
Normal file
9
template-parts/compositions/autres-publications.php
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<!-- #### AUTRES PUBLICATIONS #### -->
|
||||||
|
<?php
|
||||||
|
$composition_id = 2089;
|
||||||
|
$autres_publications_content = get_post_field('post_content', $composition_id);
|
||||||
|
|
||||||
|
if ($autres_publications_content) {
|
||||||
|
echo do_blocks($autres_publications_content);
|
||||||
|
}
|
||||||
|
?>
|
||||||
Loading…
Reference in New Issue
Block a user