How can I list the media on the site that are featured?
How can I list the media on the site that are featured?
Hi '
This is related to this link: RE: How do you display a Featured Article?
Please let me know if you have any other questions.
???
https://community.telligent.com/community/12/w/api-documentation/68622/core_5f00_v3_5f00_feature-script-api#List
You filter it using the ContentTypeId for media which you can get from core_v2_media
Actually, what I am trying to do is display the featured images on the site as thumbnails linking to the full-size images. Please advise.
I am using this statement
#set($medias = $core_v3_feature.List("%{ PageSize=$pageSize, ContentTypeIds = '$core_v2_media.ContentTypeId' }")
it works, but it only returns some of the featured images, not all.
I am using this statement
#set($medias = $core_v3_feature.List("%{ PageSize=$pageSize, ContentTypeIds = '$core_v2_media.ContentTypeId' }")
it works, but it only returns some of the featured images, not all.