Thumbnails images
-
On my home page are thumbnails. These are images that I receive from the option “featured images”. However, I wish that there are images from the post, not from the “featured images”. So, my code is:
<?php get_the_image( array( ‘custom_key’ => array( ‘thumbnail’ ), ‘default_size’ => ‘thumbnail’, ‘width’ => ‘450’, ‘height’ => ‘200’ ) ); ?>
Does anyone can help me?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Thumbnails images’ is closed to new replies.