当我们开发WordPress的主题或者插件时,有时指定了某个page类型页面来作为首页。

这时使用 get_the_ID()
函数则无法获取当前id,需要使用如下代码来获取page id:
$pageID = get_option('page_on_front');
');mask-image:url('data:image/svg+xml;utf8,');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}/*]]>*/
当我们开发WordPress的主题或者插件时,有时指定了某个page类型页面来作为首页。
这时使用 get_the_ID()
函数则无法获取当前id,需要使用如下代码来获取page id:
$pageID = get_option('page_on_front');