updating uvp cta names
This commit is contained in:
parent
f238088767
commit
9038a5dc47
|
|
@ -76,13 +76,13 @@ $page_icon = get_field('page_icon', get_queried_object());
|
|||
<p class="card-large-content__link__excerpt"><?php echo get_the_excerpt($publication_page_ID) ?></p>
|
||||
<a class="cta cta--button cta--shadowed" href="<?php echo get_permalink($publication_page_ID) ?>"><?php echo __("Accédez aux publications", "homegrade-theme__texte-fonctionnel__faq-archive-questions") ?></a>
|
||||
</div>
|
||||
<!-- FAQ -->
|
||||
<!-- CONSEILS -->
|
||||
<div class="card-large-content__link">
|
||||
<?php $conseils_page_ID = apply_filters('wpml_object_id', 102, 'page', TRUE); ?>
|
||||
<img class="card-large-content__link__page_icon" src="<?php echo get_template_directory_uri() . '/resources/img/pictogrammes/pictogramme-faq.svg' ?>" alt="">
|
||||
<h3 class="card-large-content__link__title"><?php echo get_the_title($conseils_page_ID) ?></h3>
|
||||
<p class="card-large-content__link__excerpt"><?php echo get_the_excerpt($conseils_page_ID) ?></p>
|
||||
<a class="cta cta--button cta--shadowed" href="<?php echo get_permalink($conseils_page_ID) ?>"><?php echo __("Accédez aux publications", "homegrade-theme__texte-fonctionnel__faq-archive-questions") ?></a>
|
||||
<a class="cta cta--button cta--shadowed" href="<?php echo get_permalink($conseils_page_ID) ?>"><?php echo __("Accéder aux conseils ", "homegrade-theme__texte-fonctionnel__faq-archive-questions") ?></a>
|
||||
</div>
|
||||
<!-- SERVICE -->
|
||||
<div class="card-large-content__link">
|
||||
|
|
@ -90,7 +90,7 @@ $page_icon = get_field('page_icon', get_queried_object());
|
|||
<img class="card-large-content__link__page_icon" src="<?php echo get_template_directory_uri() . '/resources/img/pictogrammes/pictogramme-services.svg' ?>" alt="">
|
||||
<h3 class="card-large-content__link__title"><?php echo get_the_title($services_page_ID) ?></h3>
|
||||
<p class="card-large-content__link__excerpt"><?php echo get_the_excerpt($services_page_ID) ?></p>
|
||||
<a class="cta cta--button cta--shadowed" href="<?php echo get_permalink($services_page_ID) ?>"><?php echo __("Accédez aux publications", "homegrade-theme__texte-fonctionnel__faq-archive-questions") ?></a>
|
||||
<a class="cta cta--button cta--shadowed" href="<?php echo get_permalink($services_page_ID) ?>"><?php echo __("Accéder aux services", "homegrade-theme__texte-fonctionnel__faq-archive-questions") ?></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user