你可以用純文字編輯器打開
plog/template/summary/index.template
把下面的東西移除.
最新文章
{include file="summary/recent.template"}
最多人閱讀文章
<h4>{$locale->tr("summary_most_commented_articles")}
<a href="{$url->getRssUrl()}?summary=1&type=mostcommented"><img src="{$url->getUrl("/imgs/rss_logo_small.gif")}" alt="RSS" /></a>
</h4>
<ul class="itemList">
{foreach from=$commentedPosts item=post}
{assign var="blog" value=$post->getBlogInfo()}
{assign var="url" value=$blog->getBlogRequestGenerator()}
<li class="item">
<a href="{$url->postPermalink($post)}">{$post->getTopic()|strip_tags}</a> ({$post->getTotalComments()})<br />
</li>
{/foreach}
</ul>
其它區塊則以此類推喔
plog的程式碼和版面是分開的,因此如果你要修改版面的話,
必須要到template目錄下找尋相關的檔案修改。
因我沒使用Frontpage,所以不曉得用fp開*.template的檔案會不會有問題.
建議你使用其它的文字類別編輯器來進行修改動作,才比較不會有問題。
回應的有點簡單,如果有其它問題或建議歡迎再次發問喔
James.