Document Home | All Tag List
>>Material Top >> Wordpress Document >> Permalink Tags >> get_permalink()
PHPで使用出来るようにパーマリンクのURLを返します。ブラウザに表示されません。
<?php get_permalink(id); ?>
<a href="<?php echo get_permalink(1); ?>About MyBlog</a>