0
나는 썸네일에 대한 코드가Wordpress. 기본 클래스없이 게시 미리보기 이미지를 가져 오는 방법은 무엇입니까?
$img = get_the_post_thumbnail (
get_the_ID(), array(100, 100),
array (
'alt' => get_the_title(),
'title' => get_the_title()
)
);
결과 :
<img width="100" height="100" src="http://formation.com/wp-content/uploads/2013/03/featured-image-vertical-150x150.jpg" rel="magnific" class="attachment-100x100 wp-post-image" alt="Template: Featured Image (Vertical)" title="Template: Featured Image (Vertical)">
방법 "WP-후 이미지"클래스하지 않고 같은 이미지를 얻는 방법?