您好 @Festinger,
请参阅
如果您想要更精细化的控制,可以直接从帖子元数据中检索 discourse 的永久链接:
get_post_meta( $post->ID, 'discourse_permalink', true );
或者,您也可以使用以下链接中的短代码: