看看我的plugin T5 All URIs. 它打印帖子和条款的所有当前URI。
从…起function print_term_uris()
:
$terms = get_terms(
get_taxonomies(),
array (
\'hide_empty\' => FALSE,
\'get\' => \'all\'
)
);
foreach ( $terms as $term )
{
print "\\n" . get_term_link( $term );
}
但是,如果您保持相同的永久链接设置,您的URI不会更改,只会更改主机。