gpt4 book ai didi

asp.net - 如何使用 kentico CMS 在 GoogleNewsSitemap 中获取新闻文章的标题

转载 作者:行者123 更新时间:2023-12-02 14:40:52 26 4
gpt4 key购买 nike

我正在为我的网站使用 Kentico 5.5R2,我想在其中生成 GoogleNewsSitemap。到目前为止,我的代码能够获取新文章网址和发布日期,但我无法动态获取新闻文章的标题这是代码

<url>
<loc><%# GetAbsoluteUrl(GetDocumentUrl()) %></loc>
<news:news>

<news:publication>
<news:name>Yourwellness </news:name>
<news:language>eng</news:language>
</news:publication>
<news:genres>PressRelease, Blog</news:genres>
<news:publication_date>
<%# GetDateTime("DocumentModifiedWhen", "dd-MMM-yy")%>
</news:publication_date>
<news:title>method for fetching title Comes here </news:title>
<news:keywords>Health</news:keywords>
</news:news>
</url>

我尝试了很多方法来获取标题,但它显示为空白。

最佳答案

<%# Eval("DocumentName") %> 是节点的默认值,除非您使用具有自定义文档类型的其他内容

关于asp.net - 如何使用 kentico CMS 在 GoogleNewsSitemap 中获取新闻文章的标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8265210/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com