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
Copy file name to clipboardExpand all lines: readme.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -313,6 +313,8 @@ Show the full content of the post regardless of whether there is a <!--more--
313
313
314
314
* **thumbnail** - Show post thumbnail (http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/). Default is 'no'. Ex: `[catlist thumbnail=yes]`.
315
315
316
+
* **force_thumbnail** - If the previous parameter is set to 'yes', and there's no featured image, setting this to 'yes' or 'true' will make the plugin look for the first image in the post and use it as a thumbnail. Ex: `[catlist thumbnail=yes force_thumbnail=yes]`.
317
+
316
318
* **thumbnail_size** - Either a string keyword (thumbnail, medium, large or full) or 2 values representing width and height in pixels. Ex: `[catlist thumbnail_size=32,32]` or `[catlist thumbnail_size=thumbnail]`
317
319
318
320
* **thumbnail_class** - Set a CSS class for the thumbnail.
@@ -533,6 +535,7 @@ Template system has changed. Custom templates should be stored in WordPress them
533
535
= 0.67 =
534
536
* Adds custom css class to current page in pagination `lcp_currentpage`.
535
537
* Adds child_categories parameter to being able to exclude child categories' posts from a list.
538
+
* New feature to look for the first image in a post when requesting a thumbnail and the post has no featured image. Thanks Michael J. Gibbs for writing this code :)
536
539
537
540
= 0.66 =
538
541
* Full release notes: https://github.com/picandocodigo/List-Category-Posts/releases/tag/0.66
0 commit comments