ページ内目次

子テーマのURL呼び出し

子テーマののディレクトリのURLを呼び出すには…

<?php echo get_stylesheet_directory_uri() ?>

親テーマのディレクトリのURLを呼び出すには…

<?php echo get_template_directory_uri() ?>

このように使用します(子テーマのimagesディレクトリにある画像をヘッダーに表示させるような場合)

<header class="navbar siteHeader">
<img src="<?php echo get_stylesheet_directory_uri() ?>/images/header-img.png" width="956" height="182" alt=""/> </header>

 

 

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny

↑上へまいりま〜す