FEATURE setting url to cta link
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-05-21 16:14:59 +02:00
parent 8840e4a2a3
commit bd3efb90a2
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
'background_style' => 'sliced',
'cta' => array(
'title' => __('Trouver une publication', 'carhop'),
'url' => '#prochaines-publications',
'url' => '#archive-post-grid',
)
)); ?>
<?php get_template_part('template-parts/components/archive/latest-parutions', null, array(

View File

@ -31,7 +31,7 @@ $posts_query = new WP_Query($query_args);
?>
<section class="post-grid content-section <?php echo !empty($etiquette_slug) ? 'has-initial-filter' : '' ?>">
<section class="post-grid content-section <?php echo !empty($etiquette_slug) ? 'has-initial-filter' : '' ?>" id="archive-post-grid">
<h2 class="find-publication__title title-small"><?php echo $grid_title; ?></h2>
<div class="content-section__inner">