wordpressの変数をPHPに渡す方法

記事ID

<?php the_ID();>?

IDが表示されてしまう。

<?php $id = get_the_ID(); echo $id; ?>

自由にPHPで利用したり出来る。

コメントを残す