News Items - Displaying SourceURL
Inside of a single news item, there is a field for Source URL. How can I display this information in the list of news items?
I've gone into the "Titles, dates, and summaries" News widget template and added the following:
<
sf:DetailsViewHyperLink
ID
=
"DetailsViewHyperLinkSourceUrl"
TextDataField
=
"SourceURL"
ToolTipDataField
=
"Description"
runat
=
"server"
/>
Is there a public property to access the Source URL?
Please help, thank you!
Hi Chris Bryant,
Try with SourceSite. To see the names and types of default fields of News module, click "Custom Fields for news" in the sidebar and expand "Default fields" section.
Let us know if you need further help.
Regards,
Katia
the Telerik team