2017-07-26 41 views

回答

1

你有這樣的用戶WordPress的功能,

<img src="<?php echo get_template_directory_uri(); ?>/img/imageOne.jpg"> 

檢查get_template_directory_uri()更多的參考。

+0

@ROCKY:如果你有答案,請做upvote。謝謝..!! – Virb

1

圖像添加在WordPress模板

<img src="<?php echo esc_url(get_template_directory_uri()); ?>/img/imageOne.jpg"/> 
相關問題