如果您直接在帖子编辑器中输入此内容,而不是让快捷码返回标题,请使用快捷码返回带有标题的链接。
function adoption_link_function(){
global $post;
$link = "parent.location=\'http://example.com/adoption-application/?Name={$post->post_title}\'";
return \'<input type="button" class="next-step" value="Adopt Now" onClick="\' . $link . \'" />\';
}
add_shortcode( \'adoption_link\', \'adoption_link_function\' );