internationalising lire les autres button
This commit is contained in:
parent
0dfb6e9589
commit
3c6237d378
|
|
@ -52,7 +52,7 @@ $newsTemplatePage = get_pages($args) ? get_pages($args)[0] : null;
|
|||
<?php endif; ?>
|
||||
</div>
|
||||
<?php if ($pressPosts->max_num_pages > 1) : ?>
|
||||
<a class="cta cta--outline cta--button mx-auto" href="<?php echo get_permalink($newsTemplatePage) ?>">
|
||||
<a class="cta cta--outline cta--button mx-auto read-more-communiques" href="<?php echo get_permalink($newsTemplatePage) ?>">
|
||||
<?php echo __("Lire les autres communiqués", "homegrade-blocks") ?>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ $newsTemplatePage = get_pages($args) ? get_pages($args)[0] : null;
|
|||
<?php endif; ?>
|
||||
</div>
|
||||
<?php if ($pressPosts->max_num_pages > 1) : ?>
|
||||
<a class="cta cta--outline cta--button mx-auto" href="<?php echo get_permalink($newsTemplatePage) ?>">
|
||||
<a class="cta cta--outline cta--button mx-auto read-more-communiques" href="<?php echo get_permalink($newsTemplatePage) ?>">
|
||||
<?php echo __("Lire les autres communiqués", "homegrade-blocks") ?>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user