WordPress基础:get_page_link获取页面地址

函数:get_page_link(页面id编号)

作用:获取指定页面的链接地址

用法:

$link = get_page_link(2);

输出为:xxx/?page_id=2

如在循环里则不用填写id参数,否则必须指定。

原文地址:https://www.cnblogs.com/tinyphp/p/6741104.html