Display coverage, coverageGeo information in article detail

Hi All,

One journal would like to display the information coverage and coverageGeo in the detail article page.
I know that i have to modify article_detail.tpl , but i do not understand how to get the information coverage or coverageGeo from the object article ?

Best regards
Thomas

1 Like

Iā€™ve found,
Here is my solution

{if $article->getLocalizedData(ā€˜coverageā€™) }


{capture assign=coverage}{translate key=ā€œarticle.coverageā€}{/capture}
{translate key=ā€œsemicolonā€ label=$coverage}


{$article->getLocalizedData(ā€˜coverageā€™)}

{/if}

1 Like