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 cc526b6 commit dd34feeCopy full SHA for dd34fee
display-medium-posts.php
@@ -93,7 +93,8 @@ function posts_display($atts){
93
94
$content = null;
95
96
- $medium_url = "https://medium.com/" . $handle . "/latest?format=json";
+ $medium_url = "https://api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/" . $handle;
97
+
98
99
try {
100
$ch = curl_init();
0 commit comments