About
もうひとつの hiromasa.zone。-
Recent Comment
- 最近の WordPress 的な写真
(2)
07/26 Eternal-tears
07/26 ひろまさ
- WordPress 3.0 と プラグインアクション・フィルターフックへのクロージャ渡し
(1)
08/20 power source*
- WordPress Related Post for Japanese 1.50 RC リリース
(5)
07/14 ワタシの今の環境を晒してみるよ - LOVE!?
- WordPress の MySQL バックアップ (8)
- [USO]WordPress 検定試験 - 解答編
(4)
08/16 まさかず
08/18 ひろまさ
- 最近の WordPress 的な写真
(2)
Kyodeki
Category
-
Random Post
WordPress
このブログで関連すると思われる他の投稿
-
WordPress で長文ドキュメントを作成する
ページ, 画像, KompoZer, Live, Writer, once, php', require, アップロード, ウェブ, ドキュメント, 作成, ABSPATH, CSS, WPINC, Windows, WordPress, code, to, タグ -
WordPress 3.0 と プラグインアクション・フィルターフックへのクロージャ渡し
関数, add, function, PHP, content, 5.3, フック, 無名, content', create, filter, 'the, クロージャ, 3.0, WordPress, return, フィルター, プラグイン, 匿名, enclosure -
WordPress Thematic フレームワークで hiromasa.another をつくる
Thematic, add, php, テーマ, 'thematic, echo, action, functions, 部分, delete, パターン, WordPress, function, kougabu, コード, サイト, フック, style, 修正, 追加 -
WordPress プラグイン bsuite でカウントがされない場合
date, bsuite, hit, bSuite, NOW, WordPress, args, カウント, タグ, バージョン, ローカル, bstat, content, count, id, popular, post, to, todays, BY -
Ecipse PDT 3.5 + xampp + xdebug を使った PHP デバッグ
xdebug, デバッグ, php, PDT, ブレイク, 設定, 1.7.3, Eclipse, PHP, xampp, URL, XAMPP, 動作, WP, WordPress, ini, セッション, デバッガ, ファイル, ブラウザ















hiromasa.another の試験中。 その2
特殊系投稿の試験。
まずは手書き。
ソースコード。
[php]
// If using querystring, we need to put the path together manually:
if ($use_querystring) {
$GLOBALS['use_querystring'] = $use_querystring;
$action = $_GET['action'];
$eid = (int) $_GET['eid'];
$_SERVER['PATH_INFO'] = $action;
if ($eid) {
$_SERVER['PATH_INFO'] .= “/$eid”;
}
} else {
$_SERVER['PATH_INFO'] = str_replace( ‘/wp-app.php’, ”, $_SERVER['REQUEST_URI'] );
}
[/php]
音楽。
Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.
どうだろうか。