removing arrow on cta
This commit is contained in:
parent
d6471edb8e
commit
141b624688
|
|
@ -19,11 +19,6 @@ $block_titling_datas = get_field('block_titling_datas');
|
||||||
'post_status' => 'publish' // Show only the published posts
|
'post_status' => 'publish' // Show only the published posts
|
||||||
);
|
);
|
||||||
$recentNewsPosts = new WP_Query($args);
|
$recentNewsPosts = new WP_Query($args);
|
||||||
|
|
||||||
// echo '<pre>';
|
|
||||||
// print_r($recentNewsPosts);
|
|
||||||
// echo '</pre>';
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php if ($recentNewsPosts->have_posts()) : while ($recentNewsPosts->have_posts()) : $recentNewsPosts->the_post(); ?>
|
<?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;
|
$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") ?>
|
<?php echo __("Lire les autres articles", "homegrade-theme__texte-fonctionnel__publications-archive-brochures") ?>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user