特定のカテゴリーに入れたい場合は、先にそれを作っておいて、タグとして追加してぽすたらすで投稿。それ以外はwordpressの設定のデフォルトカテゴリーに入る
コード内で検索もできて超便利。query_postsとかちょこっとテンプレートをいじりたいときに重宝する
色々方法あり
WordPress sets its memory limits within the wp-settings.php file. All that has to be done is change the memory limit from “32M” to “64M”.
Here are the step by step instructions:
- Open wp-settings.php in your favorite code editor. This file is in the root directory of your WordPress installation
- Go to line #13 of wp-settings.php and locate ’32M’
- Change the “32″ to “64″
- Save the file and FTP it to your server
WP3.0では
wp-includes/default-constants.php
2.0の役割と権限
管理者 編集者 投稿者 寄稿者 購読者 テーマの変更 テーマの編集 プラグインの有効化 プラグインの編集 ユーザの編集 ファイルの編集 設定の管理 インポート コメントの承認 カテゴリーの管理 リンクの管理 フィルターなしのHTML 投稿された記事の編集 他のユーザの記事の編集 ページの編集 ファイルアップロード 記事の投稿 記事の編集 閲覧
編集者だとか投稿者だとかの違い。3.0も2.0と同じ