link
get_template_directory_uri();
get_stylesheet_directory_uri();
//'terms'でスラッグを指定している。
<a href="<?php echo esc_url(get_permalink(get_page_by_path('terms'))); ?>">利用規約はこちら</a>
get_template_directory_uri();
get_stylesheet_directory_uri();
//'terms'でスラッグを指定している。
<a href="<?php echo esc_url(get_permalink(get_page_by_path('terms'))); ?>">利用規約はこちら</a>