0
저는 작업중인 Wordpress 테마에서 검색하고 싶은 이미지가 세 개 있습니다. 그러나 이미지가 실제로 검색되지 않습니다. 여기 내 코드가 있습니다. 나는 get_stylesheet_directory_uri()도 시도했는데 (도움이되지 않았다).stylesheet_directory를 사용하여 이미지를 검색 할 수 없습니다.
<div class="col-md-4"> <img class = "img-responsive center-block" src ="<?php bloginfo('stylesheet_directory'); ?>/Assets/imgs/BlogReferral" alt = "Design">
</div><!-- End Col --> <div class = "col-md-4"> <img class = "img-responsive center-block" src ="<?php bloginfo('stylesheet_directory'); ?>/Assets/imgs/InstagramReferral" alt = "Code">
</div><!-- End Col -->
<div class = "col-md-4">
<img class = "img-responsive center-block" src ="<?php bloginfo('stylesheet_directory'); ?>/Assets/imgs/ContactReferral" alt = "Design">
</div><!-- End Col -->
감사합니다! 그것은 여전히 이미지를 검색하지 않습니다! – mayaroy
자녀 테마를 사용하고 있습니까? @mayaroy – vrajesh
아이 테마를 사용하지 않습니다. @vrajesh – mayaroy