Stop building WordPress post links from slugs
If a WordPress site's post URLs include %post_id%, generate internal links with get_permalink($post_id). A slug alone cannot supply the post ID, and string concatenation can miss other parts of the si
imagebear.hashnode.dev3 min read