We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e9ae3 commit 39bcfccCopy full SHA for 39bcfcc
display-medium-posts.php
@@ -104,7 +104,7 @@ function posts_display($atts){
104
$items[$count]['subtitle'] = isset($post->content->subtitle) ? $post->content->subtitle : "";
105
if(!empty($post->virtuals->previewImage->imageId))
106
{
107
- $image = 'http://cdn-images.medium.com/max/500/'.$post->virtuals->previewImage->imageId;
+ $image = 'http://cdn-images-1.medium.com/max/500/'.$post->virtuals->previewImage->imageId;
108
}
109
else {
110
$image = $default_image;
0 commit comments