Skip to content

Commit 39bcfcc

Browse files
committed
broken image link fix
1 parent 05e9ae3 commit 39bcfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

display-medium-posts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function posts_display($atts){
104104
$items[$count]['subtitle'] = isset($post->content->subtitle) ? $post->content->subtitle : "";
105105
if(!empty($post->virtuals->previewImage->imageId))
106106
{
107-
$image = 'http://cdn-images.medium.com/max/500/'.$post->virtuals->previewImage->imageId;
107+
$image = 'http://cdn-images-1.medium.com/max/500/'.$post->virtuals->previewImage->imageId;
108108
}
109109
else {
110110
$image = $default_image;

0 commit comments

Comments
 (0)