You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>WordPress Display Medium Posts plugin displays the latests posts from a specified user.</p>
24
-
25
-
<p>To use this plugin on any page/post, add shortcode with user handle e.g <span style="color:red">[display_medium_posts handle="@username"]</span></p>
26
-
27
-
<h4>Advanced Usage and Customization</h4>
28
-
<p>There are additional features that can be implemented using Display Medium Posts : </p>
29
-
<ul>
30
-
<li><b>handle:</b> This is the user's medium handle e.g @acekyd <i>(Required)</i></li>
31
-
<li><b>default_image:</b> This is the url of default image that should show when post doesn't have a featured image e.g http://i.imgur.com/p4juyuT.png</li>
32
-
<li><b>display:</b> This is the amount of posts that should be displayed at a time e.g display=3</li>
33
-
<li><b>offset:</b> This is used when you don't want to display the most recent posts. You can specify the offset to skip the first number of items specified. Default is 0 e.g offset=2</li>
34
-
<li><b>total:</b> This is used to specify the amount of posts to fetch. Maximum is 10. This is also useful if you just want to display a single item e.g total=1</li>
35
-
<li><b>list:</b> If you would like to show the posts in a list instead of a carousel, set this value to true. Default value is false
36
-
</ul>
37
-
38
-
<p>
39
-
An example of a full use of the plugin is as follows:<br>
<h4 style="color:red">If this plugin has helped you, don't hesitate to star the <a href="http://www.github.com/acekyd/display-medium-posts/" target="_blank">Github repo</a>. Cheers :)</h4>
<h3 class="hndle ui-sortable-handle"><span>How to use</span></h3>
25
+
<div class="inside">
26
+
<p>WordPress Display Medium Posts plugin displays the latests posts from a specified user or publication.</p>
27
+
28
+
<h4>For users</h4>
29
+
30
+
<p>To use this plugin on any page/post, add shortcode with <strong>user</strong> handle e.g <br><span style="color:red">[display_medium_posts handle="@username"]</span></p>
31
+
32
+
<h4>For Publications</h4>
33
+
<p>To use this plugin to fetch publication posts, you'd have to get the publication handle from the url as shown https://medium.com/<strong>devcenter</strong>. <strong>devcenter</strong> is the publication's handle. If you are using a custom domain, you should still be able to look up your unique handle in settings.</p>
34
+
<p>To use this plugin on any page/post, add shortcode with <strong>publication</strong> handle and set "publication" to true e.g<br> <span style="color:red">[display_medium_posts handle="username" publication=true]</span></p>
35
+
36
+
<i>NB: Do not add "@" for publication handles</i>
37
+
38
+
<h4>Advanced Usage and Customization</h4>
39
+
<p>There are additional features that can be implemented using Display Medium Posts : </p>
40
+
<ul>
41
+
<li><b>handle:</b> This is the user's medium handle e.g <strong>@acekyd</strong> or publication handle e.g <strong>devcenter</strong> <i>(Required)</i></li>
42
+
<li><b>publication:</b> If you would like to show the posts of a publication's specified handle, set this value to true. Default value is false</li>
43
+
<li><b>default_image:</b> This is the url of default image that should show when post doesn't have a featured image e.g http://i.imgur.com/p4juyuT.png</li>
44
+
<li><b>display:</b> This is the amount of posts that should be displayed at a time e.g display=3</li>
45
+
<li><b>offset:</b> This is used when you don't want to display the most recent posts. You can specify the offset to skip the first number of items specified. Default is 0 e.g offset=2</li>
46
+
<li><b>total:</b> This is used to specify the amount of posts to fetch. Maximum is 10. This is also useful if you just want to display a single item e.g total=1</li>
47
+
<li><b>list:</b> If you would like to show the posts in a list instead of a carousel, set this value to true. Default value is false</li>
<h4 style="color:red">If this plugin has helped you, don't hesitate to star the <a href="http://www.github.com/acekyd/display-medium-posts/" target="_blank">Github repo</a>. If you'd like to reach out to me or donate to this plugin, send me a tweet at <a href="http://twitter.com/ace_kyd">@Ace_KYD</a>. Cheers :)</h4>
0 commit comments