“Post -Thumbnail” Code-Antworten

Post -Thumbnail

<?php if (has_post_thumbnail( $post->ID ) ): ?>
  <?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?>
  <div id="custom-bg" style="background-image: url('<?php echo $image[0]; ?>')">

  </div>
<?php endif; ?>
Thoughtless Trout

the_post_thumbnail

<?php the_post_thumbnail();?>
Impossible Iguana

Ähnliche Antworten wie “Post -Thumbnail”

Fragen ähnlich wie “Post -Thumbnail”

Weitere verwandte Antworten zu “Post -Thumbnail” auf PHP

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen