Sitefinity Feed Issue - Feed post title not linking
Dear Telerik Team,
(1) http://www.boxerproperty.com/tips-tools-advice/boxer-blog displays blog post which are displaying link in all blog titles.
but in feeds http://www.boxerproperty.com/Feeds/boxer-property-feed
the blog post title in the feed does not link to the post.
(2) the post summary section should be controlled with the same styling
buttons as the main post area has. The lack of this level of
user-friendly controls limits our blog author(s) to need HTML assistance per
every post.
Please reply us your feedback asap.
Thanks & Regards,
Anal Kukadiya
Hi,
It seems your first problem has been resolved since I clicked on the link you've provided.
But for you and any other guys who has the same problem, I've solved it this way:
First I've changed the template of news widget to display the title as a link:
...
<
itemtemplate
>
<
h1
class
=
"sfnewsTitle"
>
<
sf:DetailsViewHyperLink
ID
=
"DetailsViewHyperLink"
TextDataField
=
"Title"
ToolTipDataField
=
"Description"
runat
=
"server"
/>
<%-- <
asp:Literal
Text='<%# Eval("Title") %>' runat="server" /> --%>
</
h1
>
...