英文字型

Georgia: 讓數字會有下移效果,首見於 MT,通常用在日期標示
Verdana: 讓字型工工整整,很舒服

newsgator – 網誌聯播、訂閱

你也可以有「新聞聯播」
http://blog.bluecircus.net/archives/003187.html

照著上面一步步做 (注意!有一些名詞,頁面已經有改),
就可以利用 newsgator 建立網誌聯播的機制。

Headlines:可以做網誌聯播

我所設定的顯示格式:

<ul><p>[$feedname$]<br><a href='$link$'><acronym title="$description$">$title$</acronym></a></p></ul>

Blogroll」:可以做友站推薦

我所設定的顯示格式:

<ul><a href='$link$'>$title$</a> <a href="$xmlurl$"><img src="http://blog.planism.com/wp-content/themes/default/images/rss.gif"></a></ul>

for RSSort list...

// $title$<br />
'$xmlurl$',<br />

Theme: 修正在分類、搜尋的頁面顯示

原本是 WP 的好意,希望在分類頁、搜尋結果頁的頁面資料顯示是純文字。
但是未考慮網友的使用行為,美意變惡意。所以只好改掉預設值囉!

- 搜尋結果頁:search.php
- 歷史頁:archive.php

Change:
<?php the_excerpt() ?>
To:
<?php the_content('<p class="serif">閱讀全文</p>'); ?>

安裝 Plugins

Live Comment Preview: 即時預覽留言所輸入的內容

http://dev.wp-plugins.org/wiki/LiveCommentPreview

---

Bot Check: 防堵 spammer 大量留言

http://www.blueeye.us/wordpress/index.php?p=5

※ 原本承租的虛擬主機廠商 ( ServerZoo ) 未安裝 MCRYPT 這個東西,以致於無法使用, 在請求支援後,ServerZoo 完成安裝,已經可以啟用,我再也不用浪費時間去清理一堆 spam 了,感謝 ServerZoo ~服務真的不錯!

---

增加文章點閱次數統計:尚未安裝

說明:http://www.axiang.idv.tw/MyBlog/index.php?p=130

----

最近留言

Recent Comments Plugin 2.1

說明:http://freepressblog.org/wordpress-plugins/recent-comments-plugin/

----

加快 WordPress 1.5 的頁面顯示
http://www.joehorn.idv.tw/archives/2005/03/25/82/

-----

近期更新

Fuzzy recent updates
http://www.semiologic.com/projects/recent-updates/

我的設定:新文章也會出現喲~

<li><h2>近期更新</h2>
<ul>
<li><?php sem_recent_updates('min_num=3&min_days=7&max_num=5&include_posts=true'); ?></li>
</ul>
</li>