Skip to content


WordPressプラグイン 他人任せ編

WordPressを導入し、もう2年近くが経ちました。
これまでずーっと自分だけで使ってきたけど
他人にも投稿をお願いすることがあるようなないような。

とりあえず、そういったときにネックになるのがサーバーの容量。
特に画像ファイルを5MBとかの大容量でアップロードされたら
すぐにパンパンに。
あとは、WordPressの自動保存機能。
地味に容量を食います。

そういったのを回避できるためのプラグインを調べてみました。

●サムネイル画像のみアップロードするプラグイン「Resize at Upload Plus」
http://www.kosukekato.com/2009/09/resize-at-upload-plus.php

●校正履歴を削除するプラグイン「Disable Revisions and Autosave plugins」
http://f40.aaa.livedoor.jp/~benjamin/?p=1121

●サイト全体にパスワードロックをかけるプラグイン「Angsuman’s Authenticated」
http://wb.corekuuma.com/archives/62
※メモ帳などで下記の変更が必要。
ac_authenticator.phpの17行目付近

if ( (!empty($_COOKIE[USER_COOKIE]) &&
!wp_login($_COOKIE[USER_COOKIE], $_COOKIE[PASS_COOKIE], true)) ||
(empty($_COOKIE[USER_COOKIE])) ) {

ここを

if ( !is_user_logged_in() ){
これに

●その他
http://pocket-base.com/blog/wordpress-plugins/

Posted in wordpress.

Tagged with .


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.