connecting real sitemap link
This commit is contained in:
parent
fb24f20650
commit
5af39e3a15
|
|
@ -80,9 +80,13 @@
|
|||
<div class="extra_details">
|
||||
<?php
|
||||
$social_networks = get_field('social_networks_profiles', "option");
|
||||
|
||||
$localizedSiteMapPage = apply_filters('wpml_object_id', 5699, 'page', TRUE);
|
||||
?>
|
||||
<a class="cta cta--button cta--outline" href="">Plan du site</a>
|
||||
|
||||
|
||||
<a class="cta cta--button cta--outline" href="<?php echo get_the_permalink($localizedSiteMapPage) ?>">
|
||||
<?php echo get_the_title($localizedSiteMapPage) ?>
|
||||
</a>
|
||||
<div class="social-networks">
|
||||
<a class="cta cta--circular cta--secondary" title="<?php echo __('Facebook', "homegrade-theme__texte-fonctionnel") ?>" href="<?php echo $social_networks['facebook_profile_url'] ?>">
|
||||
<img src="<?php echo get_template_directory_uri() . '/resources/img/graphic-assets/icone-social-facebook.svg' ?>" alt="">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user