嗯, 這兩天持續修改面板排版, 以及新增外掛...
目前外掛裝的不多, 只有Get Recent Comment、StartTraq這兩個!!
Get Recent Comment顧名思義, 就是Recent Comment的外掛, 除了Recent Comment的功能還有Recent Trackback的功能, 只是我將後者移除而已...
StartTraq則是逆向連結、訪客統計的外掛, 功能相當齊全的, 已經足以滿足我的需求...^^』
另外, WP內建就有近期文章跟月曆的功能, 只要在適當的地方加上語法即可!!
近期文章:
<li><h2><?php _e('近期文章'); ?></h2>
<ul>
<?php wp_get_archives('type=postbypost&limit=8'); ?>
</ul>
</li>
<ul>
<?php wp_get_archives('type=postbypost&limit=8'); ?>
</ul>
</li>
其中, 金色』8"代表列表中的文章數(應該沒錯吧@@)!!
月曆:
<li id=』calendar』>
<?php get_calendar(2); ?>
</li>
<?php get_calendar(2); ?>
</li>
ps. 沒有[Code]的功能真麻煩= =a

bojack 4:23 下午 on 2006.03.21 引用 |
是的 ... 8 就是筆數
至於 code 的程式我有找到,不過看起來不適用於 2.0
可能要再找一下
jade 6:37 下午 on 2006.03.26 引用 |
多謝你的指導!!
可是當我安裝Get Recent Comment 後便有一個問題:
在後台選項裏按Recent comment, 便出現以下句子:
Fatal error: Cannot redeclare kjgrc_subpage_gravatar() (previously declared in /wp-content/plugins/get-recent-comments.php:23) in
wp-content/plugins/get-recent-comments.php on line 63
但在前台卻如常運作, 只是不能做修定>o
冰漾 7:54 下午 on 2006.03.26 引用 |
後台? 後台哪裡的Recent comment @@?
jade 9:12 下午 on 2006.03.26 引用 |
在登入後管理的選項中, 當裝上了Get Recent Comment後便會出現Recent Comments 的選項
冰漾 9:48 下午 on 2006.03.26 引用 |
喔喔...
對喔, 差點忘了(因為我把它中文化了)...
我沒出現這個問題耶@@a
檢查看看你的檔案有沒有問題...