たびたび使うんですけど、もう何回も忘れそうになるんでメモを・・・WordPressループ外で投稿(記事)IDやページIDを取得する場合は、いつも <?php get_the_ID(); ?>を使っています。これは「関数リファレンス/get the ID – WordPress Codex 日本語版」にも書かれていますが、「wp-includes/post-template.php」で定義されているということです。 では早速ですが、どんな定義がされているかを見ましょ~。 post-template.phpで「get_the_ID()」が書かれているところ/** * Retrieve the ID of the current item in the WordPress Loop. * * @since 2.1.0 * @uses $post * * @return int */ functi