FEATURE setting url to cta link
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
8840e4a2a3
commit
bd3efb90a2
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user