The podcast list block uses guid for a link
-
The podcast list block uses the post guid field to generate the href in the listing.
It should not do this. The guid field “looks” like a URL but it is not one.
Specifically if you use a different schema for guids then it is definitely not a link.
You should use get_permalink( $episode->ID)
instead for using
$episode->guid`.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘The podcast list block uses guid for a link’ is closed to new replies.