2014-12-24 2 views
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-후 이미지"클래스하지 않고 같은 이미지를 얻는 방법?

답변

0
$url = wp_get_attachment_url(get_post_thumbnail_id($post->ID)); 


<img src="<?php echo $url; ?>" longdesc="URL_2" alt="Text_2" /> 
이 같은 이미지를 얻을 기능 get_post_thumbnail_id()를 사용할 수