FEATURE Adatping correct nameclasses for block
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
017dc7c1ef
commit
e6d2ca7023
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
$wrapper_attributes = get_block_wrapper_attributes(['class' => 'press-ressources alignwide']);
|
$wrapper_attributes = get_block_wrapper_attributes(['class' => 'reportages-list alignwide']);
|
||||||
|
|
||||||
$contact_persons = get_field('contact_persons', 'option');
|
$contact_persons = get_field('contact_persons', 'option');
|
||||||
$ressources_graphiques = get_field('ressources_graphiques', 'option');
|
$ressources_graphiques = get_field('ressources_graphiques', 'option');
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<section <?php echo $wrapper_attributes; ?>>
|
<section <?php echo $wrapper_attributes; ?>>
|
||||||
|
|
||||||
<div class="ressources-tabs-grid ressources-grid-content-wrapper" data-active-tab="communiques">
|
<div class="ressources-tabs-grid ressources-grid-content-wrapper" data-active-tab="communiques">
|
||||||
|
<h2 class="reportages-grid__title">Quelques reportages</h2>
|
||||||
<?php get_template_part('template-parts/post-types/reportages/reportages-grid'); ?>
|
<?php get_template_part('template-parts/post-types/reportages/reportages-grid'); ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user