removing arrow on cta

This commit is contained in:
Antoine M 2024-01-23 17:33:05 +01:00
parent d6471edb8e
commit 141b624688

View File

@ -19,11 +19,6 @@ $block_titling_datas = get_field('block_titling_datas');
'post_status' => 'publish' // Show only the published posts
);
$recentNewsPosts = new WP_Query($args);
// echo '<pre>';
// print_r($recentNewsPosts);
// echo '</pre>';
?>
<?php if ($recentNewsPosts->have_posts()) : while ($recentNewsPosts->have_posts()) : $recentNewsPosts->the_post(); ?>
@ -57,7 +52,7 @@ $block_titling_datas = get_field('block_titling_datas');
);
$relatedPageTemplatePage = get_pages($args) ? get_pages($args)[0] : null;
?>
<a id="see-all-news" class="cta cta--button cta--outline cta--button cta--centered cta--see-all" href="<?php echo get_the_permalink($relatedPageTemplatePage) ?>">
<a id="see-all-news" class="cta cta--button cta--outline cta--button cta--centered" href="<?php echo get_the_permalink($relatedPageTemplatePage) ?>">
<?php echo __("Lire les autres articles", "homegrade-theme__texte-fonctionnel__publications-archive-brochures") ?>
</a>