This commit is contained in:
parent
361950e14b
commit
e721d9033d
|
|
@ -2,10 +2,7 @@
|
||||||
$postId = $args['postId'];
|
$postId = $args['postId'];
|
||||||
$componentTitle = 'Auteur·e·s de l\'article';
|
$componentTitle = 'Auteur·e·s de l\'article';
|
||||||
$authors = get_field('authors', $postId);
|
$authors = get_field('authors', $postId);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<p>.. <?php echo $postId; ?></p>
|
|
||||||
<p>.. <?php echo var_dump($authors); ?></p>
|
|
||||||
<section class="authors-list">
|
<section class="authors-list">
|
||||||
<h3 class="authors-list__title"><?php echo $componentTitle; ?></h3>
|
<h3 class="authors-list__title"><?php echo $componentTitle; ?></h3>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user