remove image placeholder
-
hi there,
i want to remove the image placeholder on the testionial page.
i removed the code below and it still shows up? i don’t even have an option in the admin for each testimonial to add a featured image anyways.<?php if( has_post_thumbnail( $this->ID ) ): $image = wp_get_attachment_image_src( get_post_thumbnail_id( $this->ID ), array( 200, 200 ) ); ?>
<img style=”float: left; padding: 10px;” src=”<?php echo $image[0]; ?>” width=”<?php echo $image[1]; ?>” height=”<?php echo $image[2]; ?>” />
<?php endif; ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘remove image placeholder’ is closed to new replies.