FEATURE Introducing compositions
This commit is contained in:
parent
24c4dadbca
commit
1801b8a20d
9
template-parts/compositions/acces-consultation.php
Normal file
9
template-parts/compositions/acces-consultation.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!-- #### ACCES CONSULTATION #### -->
|
||||
<?php
|
||||
$composition_id = 2425;
|
||||
$acces_consultation_content = get_post_field('post_content', $composition_id);
|
||||
|
||||
if ($acces_consultation_content) {
|
||||
echo do_blocks($acces_consultation_content);
|
||||
}
|
||||
?>
|
||||
9
template-parts/compositions/collective-acess.php
Normal file
9
template-parts/compositions/collective-acess.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!-- #### COLLECTIVE ACCES #### -->
|
||||
<?php
|
||||
$composition_id = 2429;
|
||||
$collective_acess_content = get_post_field('post_content', $composition_id);
|
||||
|
||||
if ($collective_acess_content) {
|
||||
echo do_blocks($collective_acess_content);
|
||||
}
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user