« [方劑] 苓桂朮甘湯 清交合併 »
Tue 5 Jul 2005
裝了WordPress Plugin: Recent Comments這裡的東西之後就一直沒有效果,做了一些 echo 的debug訊息,看起來好像是沒設定起來的感覺,但是找都有哇。結果在這裡講了說這個plugin很奇怪,要deactive才會有用。一試之下,果然如此。哇哩咧。好吧,是很神秘。不過要在 $theme$/sidebar.php 中加入原來網頁寫的那行就是了,像這樣︰
<?php _e(’Recent Comments:’); ?>
< ?php if (function_exists(’get_recent_comments’)) { ?>< ?php get_recent_comments(); ?>
< ?php } ?>
而另外一個叫做 jumpto的plugin也有一樣的情況,必須要 deactive才能真正active。
8 Responses to “神秘的Get_recent_comment”
Leave a Reply
« [方劑] 苓桂朮甘湯 清交合併 »
July 5th, 2005 at 10:16 am
[…] nder Computer, Murmuring, Blog 2005/07/05 閱讀記錄: 神秘的Get_recent_comment:資訊產品的各種零異現象。 [Flickr] Flickr Importr Pre-Rele […]
July 13th, 2005 at 8:52 pm
我覺得這個問題現在弄到了WP 1.5.1.3 也還是一樣。所以我也不知道這到底是怎麼回事(懶得去trace了)
November 16th, 2005 at 10:03 pm
Get Recent Comments
看到大家幾乎都有Recent Comment,讓我也很想來一下。從Blake那邊看來一個叫做Get Recent Comments的plug-in。和很多Wordpress plug-in一樣,都不是直接activate就完全沒事的東西。
使用Wordpress 1.5版,配合Ge…
December 9th, 2005 at 2:21 am
为什么我那里的 recent comments 会显示出乱码来啊?
好像是截断的字符数有问题,可是你的为什么是好的???
December 9th, 2005 at 9:10 pm
其實這裡也是會出現亂碼的。有時候運氣好沒出來罷了 :p
August 11th, 2006 at 12:45 pm
[…] 顧名思義,Get Recent Comments Plugin 就是把最近的留言整理出來,安裝這個Plug in 發生些問題,就是沒辦法設定 Formate,後來到網路上搜尋才知道,要先deactive 這個Plug in才會出現設定相關的網頁,等設定好了在active Plugin 就萬事OK。 […]
October 31st, 2006 at 2:06 am
[…] 看到大家幾乎都有Recent Comment,讓我也很想來一下。從Blake那邊看來一個叫做Get Recent Comments的plug-in。和很多Wordpress plug-in一樣,都不是直接activate就完全沒事的東西。 使用Wordpress 1.5版,配合Get Recent Comments 1.2版,要deactivate才有作用的問題沒遇到,倒是有option page無法顯示,以及wordwrap對utf8處理的問題,經過patch之後已經搞定。以下是我的步驟: […]
May 10th, 2007 at 8:51 pm