版面

[版面] 拖了三個月XD

看了一下舊站Log,搬過來是三月底四月初的時候….(遮臉)

更新了一些看起來超不重要的地方(一語中的by阿賢)

然後順便拜託月魂幫忙udpate WP ver 2.8和改comment  setting

留言回覆不會再被自動隱藏了….

WP 2.8用起來真的比2.7好太多 XD,感覺速度和很多bug都被fix了…www

上面的導覽列全部填滿了(?)

About

寫了一點無用話進去,給路人看的(?),無聊的也可以去看看

aNobii

不排除以後會再弄一個”看過的”和”有買的”區隔出來

Links

因為之前細胞核update這部分很麻煩所以一直都沒搬過來XD….

如有不想被丟上去的請跟我說我會取下w

原則上無名系列(Ex.CHU&PCCU)能玩串燒的我就沒丟上去了……

Machine

目前是丟硬體設備上去,以後可能會補軟體設定和版本之類的作為自己重灌時候參考

掛了兩個Plug-in上去

Last Comment

Wp-imgcode

拿掉

Akismet

下面是Memo Setting…

功能:Last Comment

Name: Recent Comments

keyword:

sidebar.php

<?php mdv_recent_comments(); ?>

功能:圖片驗證碼

Name:WP-ImgCode mod

keyword:

WordPress plugin – WP-ImgCode mod— by C.H.Weng

http://blog.chweng.idv.tw/wordpress/wp-imgcode-mod

修改法

接下來修改當前使用主題的評論模版(comments.php),將

<p><textarea name=”comment” id=”comment” cols=”100%” rows=”10″ tabindex=”5″></textarea></p><p><input name=”submit” type=”submit” id=”submit” tabindex=”5″ value=”Submit Comment” />
<input type=”hidden” name=”comment_post_ID” value=”<?php echo $id; ?>” />
</p>

<?php do_action(』comment_form’, $post->ID); ?>

</form>

改為

<p><textarea name=”comment” id=”comment” cols=”100%” rows=”10″ tabindex=”5″></textarea></p><?php do_action(』comment_form’, $post->ID); ?>

<p><input name=”submit” type=”submit” id=”submit” tabindex=”5″ value=”Submit Comment” />
<input type=”hidden” name=”comment_post_ID” value=”<?php echo $id; ?>” />
</p>

</form>

也就是修改 do_action 代碼的位置。

Leave a Reply

Your email address will not be published. Required fields are marked *

(若看不到驗證碼,請重新整理網頁。)