1
我正在努力與wordpress模板。在我的一個主題模板中,我有以下幾行Wordpress get_the_ID()只返回get_the_title()返回標題?
<?php
echo get_the_ID(); // displays nothing
echo get_the_title(); // displays "Hello World! this is title"
?>
爲什麼get_the_ID()不返回任何內容?我想要當前頁面的頁面ID。
哦,我如何得到一個網頁的電流id,如果我在一個循環我不?上面編輯的 – John 2010-03-12 14:26:23
.... – markratledge 2010-03-12 14:48:48