Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress get post thumbnail url

<?php 
  // ALL parameters are optional. Not needed if you are on WP LOOP
  echo get_the_post_thumbnail_url( $the_query->ID, array( 500, 400) ); ?>
 
PREVIOUS NEXT
Tagged: #wordpress #post #thumbnail #url
ADD COMMENT
Topic
Name
6+2 =