scripts
TC/TTでテーブルデータベースを試す
Jul 14, 2010 by maru | Add comment |[Perl] Tokyo Cabinetのインストール手順〜テーブルデータベースを試す Kawanet Tech Blog/ウェブリブログ
Jul 14, 2010 by maru | Add comment |テンプレートタグ/query posts - WordPress Codex 日本語版
Jul 09, 2010 by maru | Add comment |テンプレートタグ/query posts - WordPress Codex 日本語版
あぁ。テンプレートにこれ入れれんのね。なるほろ
あぁ。テンプレートにこれ入れれんのね。なるほろ
//based on Austin Matzko's code from wp-hackers email list
function filter_where($where = '') {
//posts for March 1 to March 15, 2009
$where .= " AND post_date >= '2009-03-01' AND post_date < '2009-03-16'";
return $where;
}
add_filter('posts_where', 'filter_where');
query_posts($query_string);
WP_Query()を使い、異なるテーブルからデータを取り出す方法 鉄王
Jul 09, 2010 by maru | Add comment |WP_Queryで新規作成したWPループでページングする例 | WordPress入門記
Jul 06, 2010 by maru | Add comment |phpやmysql情報 [php]require_onceなどで読み込んでいるファイル一覧を取得する関数get_included_files
Jun 28, 2010 by maru | Add comment |"require,require_once,include,include_onceで読み込んでいるファイル一覧を取得するには関数get_included_files"
phpやmysql情報 [php]require_onceなどで読み込んでいるファイル一覧を取得する関数get_included_files
カスタム投稿タイプ(Custom Post Type)の導入と使い方 [WordPress 3.0] | Odysseygate.com
Jun 25, 2010 by maru | Add comment |カスタム投稿タイプ(Custom Post Type)の導入と使い方 [WordPress 3.0] | Odysseygate.com
ほえほえ。べんり。
ほえほえべんり。
Custom Post Type UI プラグイン
ほえほえ。べんり。
使用中のテーマの functions.php に以下のコードを追加することでも使用できるようになります。こっちのほうがいろいろ設定できますね(他の変数は 関数リファレンス/register post type – WordPress Codex 日本語版 を参照)。プラグインなどを作成する場合は、以下のコードを参考にしてみてください。
ほえほえべんり。
Custom Post Type UI プラグイン