Skip to content

Commit 53c7d6e

Browse files
committed
clean up descriptions
1 parent bdc0b3d commit 53c7d6e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

admin/partials/display-medium-posts-admin-display.php

+10-10
Original file line numberDiff line numberDiff line change
@@ -48,79 +48,79 @@
4848
</tr>
4949
<tr>
5050
<td>
51-
<b>handle:</b>
51+
<b>handle</b>
5252
</td>
5353
<td>
5454
This is the user's medium handle e.g <strong>@acekyd</strong> or publication handle e.g <strong>devcenter</strong> <i>(Required)</i>
5555
</td>
5656
</tr>
5757
<tr>
5858
<td>
59-
<b>publication:</b>
59+
<b>publication</b>
6060
</td>
6161
<td>
6262
If you would like to show the posts of a publication's specified handle, set this value to true. Default value is false
6363
</td>
6464
</tr>
6565
<tr>
6666
<td>
67-
<b>default_image:</b>
67+
<b>default_image</b>
6868
</td>
6969
<td>
7070
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
7171
</td>
7272
</tr>
7373
<tr>
7474
<td>
75-
<b>display:</b>
75+
<b>display</b>
7676
</td>
7777
<td>
7878
This is the amount of posts that should be displayed at a time e.g display=3
7979
</td>
8080
</tr>
8181
<tr>
8282
<td>
83-
<b>offset:</b>
83+
<b>offset</b>
8484
</td>
8585
<td>
8686
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
8787
</td>
8888
</tr>
8989
<tr>
9090
<td>
91-
<b>total:</b>
91+
<b>total</b>
9292
</td>
9393
<td>
9494
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
9595
</td>
9696
</tr>
9797
<tr>
9898
<td>
99-
<b>list:</b>
99+
<b>list</b>
100100
</td>
101101
<td>
102102
If you would like to show the posts in a list instead of a carousel, set this value to true. Default value is false
103103
</td>
104104
</tr>
105105
<tr>
106106
<td>
107-
<b>title_tag:</b>
107+
<b>title_tag</b>
108108
</td>
109109
<td>
110110
This is used to set a custom tag for the article titles, such as H2, H3, etc. Default value is 'p' e.g title_tag="p"
111111
</td>
112112
</tr>
113113
<tr>
114114
<td>
115-
<b>tag:</b>
115+
<b>tag</b>
116116
</td>
117117
<td>
118118
This is used to filter Medium posts by tag. E.g tag=learning. A user <b>handle</b> is still required for generating the link but the posts are fetched globally from Medium.
119119
</td>
120120
</tr>
121121
<tr>
122122
<td>
123-
<b>date_format:</b>
123+
<b>date_format</b>
124124
</td>
125125
<td>
126126
This is only for advanced users or developers. The date format has been updated to reflect exactly as it is shown on medium - <b>Jan 1, 2019</b> using the <b>'M d, Y'</b> format. Pass on custom format to this attribute to change.

0 commit comments

Comments
 (0)