FEATURE Making artisan title clickable
This commit is contained in:
parent
2c5b5e2009
commit
3e9fe31720
|
|
@ -32,8 +32,9 @@ $cover_image = get_field('artisan_cover', $postID);
|
|||
</a>
|
||||
<div class="card-artisans__inner">
|
||||
|
||||
<h2 class="card-artisans__title"><?php echo $post_title ?></h2>
|
||||
|
||||
<a href="<?php echo get_the_permalink($postID) ?>" class="card-artisans__title-container">
|
||||
<h2 class="card-artisans__title"><?php echo $post_title ?></h2>
|
||||
</a>
|
||||
<?php if ($company_members): ?>
|
||||
<p class="card-artisans__team-members">
|
||||
<?php foreach ($company_members as $key => $member) : ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user