working on parcours renovateur
This commit is contained in:
parent
c421c3a5b7
commit
bd8990153f
|
|
@ -93,7 +93,10 @@ $otherSteps = new WP_Query(array(
|
||||||
|
|
||||||
|
|
||||||
<article class="container my-8 mx-auto entry-content single-editor-content">
|
<article class="container my-8 mx-auto entry-content single-editor-content">
|
||||||
<?php foreach ($chapters->posts as $chapter) : ?>
|
<?php
|
||||||
|
the_content();
|
||||||
|
?>
|
||||||
|
<!-- <?php foreach ($chapters->posts as $chapter) : ?>
|
||||||
<?php if ($chapter->post_content) : ?>
|
<?php if ($chapter->post_content) : ?>
|
||||||
<div id="<?php echo $chapter->post_name ?>" class="parcours-chapter-container">
|
<div id="<?php echo $chapter->post_name ?>" class="parcours-chapter-container">
|
||||||
<h2><?php echo $chapter->post_title ?></h2>
|
<h2><?php echo $chapter->post_title ?></h2>
|
||||||
|
|
@ -103,7 +106,7 @@ $otherSteps = new WP_Query(array(
|
||||||
<a href="<?php echo get_post_permalink($chapter->ID) ?>">Voir la single <?php echo $chapter->post_title ?></a>
|
<a href="<?php echo get_post_permalink($chapter->ID) ?>">Voir la single <?php echo $chapter->post_title ?></a>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?> -->
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user