Hi, have some strange bug/error: my wordpress don't show a full permalink. Let's say Let's say I read on my website "service1" The full permalink will be mywebsite.com/services/service1 But I see only mywebsite.com/service1 Where is a catch? Using yoast seo. Thanks for the help
Hi, Is that the permalink of a category? Do you have the "Strip category" option of Yoast SEO set to "Remove" under SEO-->Advanced-->Permalinks menu?
In your example (mywebsite(dot)com/services/service1), "services" should be the parent category and "service1" a child category of services, or the slug of a post?
hi, you can try : get_permalink( int|WP_Post $post, bool $leavename = false ) Retrieves the full permalink for the current post or post ID.
I FIXED. Sorry, I forgot to put my pages on to parent pages. But yet, another problem: how to translate "read more" blog post button?