2010年6月22日
WordPress3.0日本語版リリースされました
新しいWordPressの始まりです。
早速、使ってみます。
ダウンロードはこちら
WordPress3.0日本語版
2010年5月28日
WordPress3.0RC1リリースされました
新しいWordPressの始まりです。
早速、使ってみます。
ダウンロードはこちら
WordPress3.0RC1 Download
[ wordpress-3.0-beta1]を開くと [ wordpress ] フォルダがあります。[ wordpress ] フォルダを開くと中にWordPressを構成するファイルとフォルダがあるのが解ります。
[ wordpress ] フォルダ内の [ wp-config-sample.php ] ファイルをコピーします。
[ コピー ~ wp-config-sample.php ] ファイルができます。
[ コピー ~ wp-config-sample.php ] ファイルのファイル名を[ wp-config.php ] に変更します。
赤枠の部分を利用するレンタルサーバーのデータベース接続情報に変更します。
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'database_name_here');
/** MySQL database username */
define('DB_USER', 'username_here');
/** MySQL database password */
define('DB_PASSWORD', 'password_here');
/** MySQL hostname */
define('DB_HOST', 'localhost');
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', '●●●●●●');
/** MySQL database username */
define('DB_USER', '●●●●●●');
/** MySQL database password */
define('DB_PASSWORD', '●●●●●●');
/** MySQL hostname */
define('DB_HOST', 'localhost');
4.言語設定は、72行目になります。日本語を使用する場合は変更します。
※WordPress英語版の場合
define ('WPLANG', '');
define ('WPLANG', 'ja');
WordPress3.0 Bete1英語版ですが早く試したい方は下記サイトよりダウンロードできます。
http://wordpress.org/development/2010/04/wordpress-3-0-beta-1/
[ Download the WordPress 3.0 Beta 1 now ! ] をクリックします。

WordPressの管理画面や投稿画面を使いやすくする7つのプラグインが紹介されています
「WordPressのかちびと.net」 より
複数人運営としてユーザーの権限を細かく設定できます。 ダウンロード
WordPress を Yahoo! ブログ検索させる方法 その10
WordPressの記事をYahooブログにインデックスさせる紹介がされています
詳細は紹介サイトをご覧ください 「トイレのうず」より
特定の記事やページをテンプレートにするプラグイン Post templates ダウンロード | Post templates 日本語リソース
紹介記事:「ミblog : レビューや日常など」
WordPress構築に際してのメモ書きやプラグインのカスタマイズ、日本語化用の言語リソースを公開されています。
特定のページ内で異なるカテゴリの記事を表示させたい場合の参考記事
「日々平穏」 より
