Adding link on title its in description but not in title see screenshots attached

I actually found a way around this , I moved the title inside the and that made it as a link as well , since I wanted it to have the same link anyways.

                    <a title="<?php _e( 'View details', 'wolf' ); ?>" class="wolf-show-entry-link" href="https://wordpress.stackexchange.com/questions/211020/<?php echo get_permalink( $post_id ); ?>">

Hope this could help some other some other day as well.

                    <?php endif; ?>






                        <?php echo '<strong>'.sanitize_text_field( $artist ).'</strong>'; ?>




    <?php if ( $display_link ) : ?>

                    </a>

                    <?php endif; ?>