<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mono-lab &#187; インストール</title>
	<atom:link href="http://www.mono-lab.net/tag/%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mono-lab.net</link>
	<description>Wordpressのテンプレート・プラグイン・カスタマイズ情報サイト</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:20:12 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>WordPressをインストール後にする１０のコト</title>
		<link>http://www.mono-lab.net/wordpress-info/10/</link>
		<comments>http://www.mono-lab.net/wordpress-info/10/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 14:03:59 +0000</pubDate>
		<dc:creator>mono-lab</dc:creator>
				<category><![CDATA[WordPress その他]]></category>
		<category><![CDATA[インストール]]></category>
		<category><![CDATA[リビジョンを無効]]></category>
		<category><![CDATA[初期設定]]></category>
		<category><![CDATA[自動保存を無効]]></category>

		<guid isPermaLink="false">http://www.mono-lab.net/?p=10</guid>
		<description><![CDATA[WordPressをインストールした後にした方がよい１０のコトをリストアップしました。 WordPressのバージョンは、3月1日現在の最新版2.7を対象にしています。 ユーザー名とパスワードの変更 初期設定ではユーザー [...]]]></description>
			<content:encoded><![CDATA[<p>WordPressをインストールした後にした方がよい１０のコトをリストアップしました。<br /> WordPressのバージョンは、3月1日現在の最新版2.7を対象にしています。</p>
<p><span id="more-10"></span></p>
<ol>
<li><strong>ユーザー名とパスワードの変更</strong><br /> 初期設定ではユーザー名が「admin」になっているので、「ユーザー」→「新規追加」から新しいユーザーを登録します。ユーザー権限を「管理者」に設定し、一度ログアウトします。再度、新しい管理者名でログインし、「admin」を削除します。</li>
<li><strong>プラグイン「</strong><a class="external" title="プラグインのホームページを開く" rel="nofollow" href="http://eastcoder.com/code/wp-multibyte-patch/">WP Multibyte Patch</a><strong>」を有効化</strong><br /> 日本語に関する不具合を解消します。</li>
<li><strong>プラグイン「</strong><a class="external" title="プラグインのホームページを開く" rel="nofollow" href="http://akismet.com/">Akismet</a><strong>」を有効化</strong><br /> スパムコメント対策です。これだけでは防ぎきれない場合は、プラグイン「<a class="external" rel="nofollow" href="http://www.yuriko.net/arc/2008/07/07/nonceplease100/">Nonce! Please</a>」 を併用します。</li>
<li><strong>プラグイン「</strong><a class="external" title="プラグインのホームページを開く" rel="nofollow" href="http://www.skippy.net/blog/plugins/">WordPress Database Backup</a><strong>」を有効化</strong><br /> データーベースの定期バックアップを行います。</li>
<li><strong>画像をアップロードする場所を設定</strong><br /> 「設定」→「その他の設定」から変更します。　設定例：　wp-content/uploads</li>
<li><strong>画像のサムネイル設定を変更する</strong><br /> 「設定」→「メディア」から、「サムネイルを実寸法にトリミングする 」のチェックをはずします。<br /> これにより、サムネイルが固定サイズから相対サイズへと変更されます。 </li>
<li><strong>パーマリンクの設定</strong><br /> 「設定」→「パーマリンク設定」から設定します。<br /> URL構造はお好みで設定してください。私は短く表示したいので、<br /> /%category%/%post_id%/　と設定しています。</li>
<li><strong>投稿リビジョン（投稿履歴）を無効にする<br /> </strong>投稿履歴はデーターベースを圧迫するだけですので、<br /> 「<a class="external" title="プラグインのホームページを開く" rel="nofollow" href="http://exper.3drecursions.com/2008/07/25/disable-revisions-and-autosave-plugin/">Disable Revisions and Autosave</a><a title="プラグインのホームページを開く" rel="nofollow" href="http://exper.3drecursions.com/2008/07/25/disable-revisions-and-autosave-plugin/"></a>」 プラグインを使用して無効にします。 </li>
<li><strong>投稿の自動保存を無効にする<br /> </strong>自動保存がわずらわしいので、投稿リビジョンと同じく<br /> 「Disable Revisions and Autosave」 プラグインを使用して無効にします。 </li>
<li><strong>表示オプションから必要のない項目を非表示にする</strong><br /> 管理画面の右上にある、「表示オプション」から不必要な項目を非表示にします。</li>
</ol>
<p>わたしは、こんな感じで初期設定をしています。<br /> この後に、検索エンジン対策をしますが、普通のユーザーには必要ないと思いましたので今回は省略しました。</p>
<p>SEO対策については後日あらためてご紹介します。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mono-lab.net/wordpress-info/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

