Compare commits
2 Commits
a767530658
...
314654ecf9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
314654ecf9 | ||
|
|
1b2c6d81ca |
|
|
@ -82,7 +82,6 @@ $cover_image = get_field('artisan_cover', $postID);
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php $clean_website = str_replace(array('http://', 'https://'), '', $website); ?>
|
<?php $clean_website = str_replace(array('http://', 'https://'), '', $website); ?>
|
||||||
<?php if ($website && !empty($clean_website)): ?>
|
<?php if ($website && !empty($clean_website)): ?>
|
||||||
|
|
||||||
<a class="card-artisans__website" href="<?php echo $website ?>" target="_blank"><?php echo $clean_website ?></a>
|
<a class="card-artisans__website" href="<?php echo $website ?>" target="_blank"><?php echo $clean_website ?></a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<a href=" <?php echo $artisans_clean_url ?>" class="cta cta--read-more cta--with-arrow-button ">
|
<a href=" <?php echo $artisans_clean_url ?>" class="cta cta--read-more cta--with-arrow-button ">
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ $cover_image = get_field('artisan_cover', $postID);
|
||||||
<?php $clean_website = str_replace(array('http://', 'https://'), '', $website); ?>
|
<?php $clean_website = str_replace(array('http://', 'https://'), '', $website); ?>
|
||||||
<?php if ($website && !empty($clean_website)): ?>
|
<?php if ($website && !empty($clean_website)): ?>
|
||||||
<?php $clean_website = str_replace(array('http://', 'https://'), '', $website); ?>
|
<?php $clean_website = str_replace(array('http://', 'https://'), '', $website); ?>
|
||||||
<a class="card-artisans__website" href="<?php echo $website ?>"><?php echo $clean_website ?></a>
|
<a class="card-artisans__website" href="<?php echo $website ?>" target="_blank"><?php echo $clean_website ?></a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ($vatNumber): ?>
|
<?php if ($vatNumber): ?>
|
||||||
<p class="card-artisans__vat-number"><?php echo __("N° d'entreprise", "metiers-patrimoine-theme") . " : " . $vatNumber ?></p>
|
<p class="card-artisans__vat-number"><?php echo __("N° d'entreprise", "metiers-patrimoine-theme") . " : " . $vatNumber ?></p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user