close
閱畢日期:2011/11/19

有些plugins在親手打造部落格的家:WordPress_架站、管理、經營有介紹過的,就沒記下來了,基本上還是記錄自己有需要用到的。大致上這本稍稍有進階一點,有介紹到安全的東西、管理的東西跟一些可以直接操作資料庫的技巧。

Frontend plugins:
  • Where did they go from here
  • Quiz留言驗證問答(備而不用)

Backend plugins:
  • Quick Cache
  • WP-DB-Backup:這可以做定時備份
  • WP Security Scan
  • Theme Authenticity Checker(TAC)
  • WP System health
  • Limit Login attempts
  • LinkWithIn:對,這是網路服務,該網站上有直接提供plugin下載,所以wordpress官方的plugin頁面裡找不到。
  • WP Limit Post automatically:這好像比內建的好用,再研究看看


可以用來監測網站的服務:
  • Uptime Rebot
  • Basic State
  • 100 pulse
  • Uptime Dog


MySQL tips:
  • 刪除多餘備份文章:delete from wp_posts where post_type='revision';
  • 刪除垃圾comments:delete from wp_comments where comment_approved='0';
  • 改作者:update wp_posts set post_author=new_user where post_author=old_user; 這個post_author是數字,所以要到wp_author查


要買書可以到博客來網路書局

More about WordPress 3.x極速架站
arrow
arrow

    elleryq 發表在 痞客邦 留言(0) 人氣()