Hello the function in theme for the featured link is this:
<div class="article__featured-image">
<a href="<?php the_permalink(); ?>"><img src="<?php echo $image[0] ?>" alt="<?php the_title(); ?>"/></a>
</div>
how do I change the code
– To have the same link as the title (example: https://www.facebook.com/postXY)
– Normal posts have continued to link to post
thanks for help