Fórum

how to access small image of blog in ADT for asset publisher

sagar aher, modificado 7 Anos atrás.

how to access small image of blog in ADT for asset publisher

New Member Postagens: 3 Data de Entrada: 01/10/15 Postagens Recentes
Hi Folks,

I have been struggling with this any help appreciated.

How can i access small image and description of blog in ADT for asset publisher .
Is it even possible?

Please help...
thumbnail
John Feeney, modificado 6 Anos atrás.

RE: how to access small image of blog in ADT for asset publisher

New Member Postagens: 2 Data de Entrada: 16/09/16 Postagens Recentes
This is almost definitely too late to help you, but for anyone else faced with the same problem....


....
<#if entries?has_content>	
        <#list entries as curEntry>
        <#assign 
            assetRenderer = curEntry.getAssetRenderer() 
            blogEntry = assetRenderer.getAssetObject()
        />
....
        <img src="${blogEntry.getSmallImageURL(themeDisplay)}">
....
<!--#if-->