Lấy url và thẻ alt trong ảnh nổi bật trên wordpress

<img width=”600″ height=”400″ src=”<?php  echo wp_get_attachment_url( get_post_thumbnail_id($post->ID)); ?>” class=”news-img” alt=”<?php echo get_post_meta( get_post_thumbnail_id($post->ID), ‘_wp_attachment_image_alt’, true ); ?>”>

Leave a Reply

Your email address will not be published. Required fields are marked *