1. 如果想要讓圖片顯示在首頁的文章標題
a. 打開 ./wp-content/themes/Your_Theme_Name/index.php
b. 找到
<?php the_title(); ?>
c. 選擇下面任一種 code 加上
2. 如果想要讓圖片顯示在內文的文章標題
a. 打開 ./wp-content/themes/Your_Theme_Name/single.php
b. 找到
<?php the_title(); ?>
c. 選擇下面任一種 code 加上
Read more...