Groups
Groups
Sign in
Groups
Groups
MT中文用户组
Conversations
About
Send feedback
Help
怎么解决使用API达标文章后“最新发布”的不和谐?
0 views
Skip to first unread message
伊兹拉莱
unread,
May 26, 2008, 10:33:15 AM
5/26/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MT中文用户组
在使用Windows Live Writer或者是Yupoo这样的第三方平台来通过Movable Type的API接口往自己的博客发布新的
日志后,会出现如下的问题(特别是Movable Type 4.1 专业版):
首页等其他页面的“最新发布”这个 Widget下的最近的文章会全部显示,而非截取日志最开头的几个字来显示,这造成首页的现实很成问题。请问怎么解
决?
下面是“最新发布”的代码:
<mt:IfNonZero tag="BlogEntryCount">
<mt:Entries lastn="5">
<mt:EntriesHeader>
<div class="widget-recent-entries widget-archives widget">
<h3 class="widget-header">最新发布</h3>
<div class="widget-content">
<ul class="widget-list">
</mt:EntriesHeader>
<li class="widget-list-item"><a href="<$mt:EntryPermalink
$>"><$mt:EntryTitle$></a></li>
<mt:EntriesFooter>
</ul>
</div>
</div>
</mt:EntriesFooter>
</mt:Entries>
</mt:IfNonZero>
Reply all
Reply to author
Forward
0 new messages