Viewing 1 replies (of 1 total)
  • You can display featured images of posts.

    <?php // Insert featured image
    	if (has_post_thumbnail()) {
    	the_post_thumbnail('thumbnail', array(
    	'class' => '',
    	'title' => ''));
    	 // endif; ?>
Viewing 1 replies (of 1 total)

The topic ‘getImage function’ is closed to new replies.