WordPress3.0.4日本語版リリースされました
新しいWordPressの始まりです。
早速、使ってみます。
ダウンロードはこちら
WordPress3.0.4日本語版
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 ] に変更します。
赤枠の部分を利用するレンタルサーバーのデータベース接続情報に変更します。
[php num=17]// ** 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’);[/php]
[php num=17]// ** 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’);[/php]
4.言語設定は、72行目になります。日本語を使用する場合は変更します。
※WordPress英語版の場合
[php num=72]define (‘WPLANG’, ”); [/php]
[php num=72]define (‘WPLANG’, ‘ja’); [/php]
WordPress3.0 Bete1英語版ですが早く試したい方は下記サイトよりダウンロードできます。
http://wordpress.org/development/2010/04/wordpress-3-0-beta-1/
[ Download the WordPress 3.0 Beta 1 now ! ] をクリックします。


