List of WordPress 2.x Rewrite Rules & Usage Notes WordPress 2.xのルールのリストを書き換える&利用上の注意
Comprehensive List of WordPress 2.x Rewrite Rules : 包括的ルールのリストをWordPress 2.xの書き換え :
Note 1: The built-in rules are provided to guide you in writing your own fancy rules.注1 : 、ビルトインのルールが書面で提供してガイドをして、空想のルールです。
Note 2: In case you are wondering anything before and including the ‘?’ is ignored in match.注2 :問題が発生した場合を含め、前とは何か不思議'ですか? 'は無視されますマッチします。 The whole match is actually stored in a variable which is never used.全体の試合は、実際に変数に格納され、これは決して使われています。 So you can as well have your match starting with ‘?’.することができますして試合が始まっても'ですか? ' 。 The current implementation of WordPress doesn’t care.の現在の実装のWordPressにしてないよ。
Note 3: WordPress rewrite rules infrastructure is sort of brain dead.注3 : WordPressの書き換えルールのインフラストラクチャは、並べ替えの脳死と判定します。 What I mean is that you do all that fancy rewriting stuff without reaping much benefit at the end.私が言いたいのはどのように空想の書き換えが入力されてすべてのものを刈り程度の効果は、終了します。 You have to anyway add action to ‘template_redirect’ and redirect it to your hearts content.とにかくアクションを追加する必要が' template_redirect 'と心のコンテンツにリダイレクトしてください。 WordPress doesn’t do it for you unlike .htaccess. WordPressのではないとは異なりすることができます。 htaccessを使用します。 The whole infrastructure is to help WP developers and not you, the user.全体のインフラストラクチャは、開発者とのWPを助けることは、ユーザーです。 Actually it makes these rules harder to access for the end-users (bloggers).実際に困難にアクセスすることにより、これらの規則は、エンドユーザ(ブロガー)です。 Also new rules are only updated when you manually update the permalink structure, unless you know the magic incantationまた新たな規則は、手動で更新するときにのみ更新permalinkの構造場合を除いて、魔法の呪文を知っている ![]()
| Match 試合 | Query クエリ |
| index.php/(archives)/trackback/?$ index.phpを/ (アーカイブ) /トラックバック/ですか? $ | index.php?pagename=$matches[1]&tb=1 index.phpをですか?ページ名= $マッチ[ 1 ] &結核= 1 |
| index.php/(archives)/feed/(feed|rdf|rss|rss2|atom)/?$ index.phpを/ (アーカイブ) /フィード/ (フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?pagename=$matches[1]&feed=$matches[2] index.phpをですか?ページ名= $マッチ[ 1 ] &フィード= $マッチ[ 2 ] |
| index.php/(archives)/(feed|rdf|rss|rss2|atom)/?$ index.phpを/ (アーカイブ) / (フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?pagename=$matches[1]&feed=$matches[2] index.phpをですか?ページ名= $マッチ[ 1 ] &フィード= $マッチ[ 2 ] |
| index.php/(archives)/page/?([0-9]{1,})/?$ index.phpを/ (アーカイブ) /ページ/ですか? ( [ 0-9 ] ( 1 ,})/?$ | index.php?pagename=$matches[1]&paged=$matches[2] index.phpをですか?ページ名= $マッチ[ 1 ] &ページ= $マッチ[ 2 ] |
| index.php/(archives)(/[0-9]+)?/?$ index.phpを/ (アーカイブ) ( / [ 0-9 ]+)?/?$ | index.php?pagename=$matches[1]&page=$matches[2] index.phpをですか?ページ名= $マッチ[ 1 ] &ページ= $マッチ[ 2 ] |
| index.php/archives/attachment/([^/]+)/?$ index.phpを/アーカイブ/添付ファイル/([^/]+)/?$ | index.php?attachment=$matches[1] index.phpか。添付ファイル= $マッチ[ 1 ] |
| index.php/archives/attachment/([^/]+)/trackback/?$ index.phpを/アーカイブ/添付ファイル/([^/]+)/トラックバック/ですか? $ | index.php?attachment=$matches[1]&tb=1 index.phpか。添付ファイル= $マッチ[ 1 ] &結核= 1 |
| index.php/archives/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.phpを/アーカイブ/添付ファイル/([^/]+)/フィード/ (フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?attachment=$matches[1]&feed=$matches[2] index.phpか。添付ファイル= $マッチ[ 1 ] &フィード= $マッチ[ 2 ] |
| index.php/archives/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.phpを/アーカイブ/添付ファイル/([^/]+)/(フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?attachment=$matches[1]&feed=$matches[2] index.phpか。添付ファイル= $マッチ[ 1 ] &フィード= $マッチ[ 2 ] |
| index.php/(about)/trackback/?$ index.phpを/ (約) /トラックバック/ですか? $ | index.php?pagename=$matches[1]&tb=1 index.phpをですか?ページ名= $マッチ[ 1 ] &結核= 1 |
| index.php/(about)/feed/(feed|rdf|rss|rss2|atom)/?$ index.phpを/ (約) /フィード/ (フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?pagename=$matches[1]&feed=$matches[2] index.phpをですか?ページ名= $マッチ[ 1 ] &フィード= $マッチ[ 2 ] |
| index.php/(about)/(feed|rdf|rss|rss2|atom)/?$ index.phpを/ (約) / (フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?pagename=$matches[1]&feed=$matches[2] index.phpをですか?ページ名= $マッチ[ 1 ] &フィード= $マッチ[ 2 ] |
| index.php/(about)/page/?([0-9]{1,})/?$ index.phpを/ (約) /ページ/ですか? ( [ 0-9 ] ( 1 ,})/?$ | index.php?pagename=$matches[1]&paged=$matches[2] index.phpをですか?ページ名= $マッチ[ 1 ] &ページ= $マッチ[ 2 ] |
| index.php/(about)(/[0-9]+)?/?$ index.phpを/ (約) ( / [ 0-9 ]+)?/?$ | index.php?pagename=$matches[1]&page=$matches[2] index.phpをですか?ページ名= $マッチ[ 1 ] &ページ= $マッチ[ 2 ] |
| index.php/about/attachment/([^/]+)/?$ index.phpを/約/添付ファイル/([^/]+)/?$ | index.php?attachment=$matches[1] index.phpか。添付ファイル= $マッチ[ 1 ] |
| index.php/about/attachment/([^/]+)/trackback/?$ index.phpを/約/添付ファイル/([^/]+)/トラックバック/ですか? $ | index.php?attachment=$matches[1]&tb=1 index.phpか。添付ファイル= $マッチ[ 1 ] &結核= 1 |
| index.php/about/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.phpを/約/添付ファイル/([^/]+)/フィード/ (フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?attachment=$matches[1]&feed=$matches[2] index.phpか。添付ファイル= $マッチ[ 1 ] &フィード= $マッチ[ 2 ] |
| index.php/about/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.phpを/約/添付ファイル/([^/]+)/(フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?attachment=$matches[1]&feed=$matches[2] index.phpか。添付ファイル= $マッチ[ 1 ] &フィード= $マッチ[ 2 ] |
| index.php/feed/(feed|rdf|rss|rss2|atom)/?$ index.phpを/フィード/ (フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?&feed=$matches[1] index.phpか。 &フィード= $マッチ[ 1 ] |
| index.php/(feed|rdf|rss|rss2|atom)/?$ index.phpを/ (フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?&feed=$matches[1] index.phpか。 &フィード= $マッチ[ 1 ] |
| index.php/page/?([0-9]{1,})/?$ index.phpを/ページ/ですか? ( [ 0-9 ] ( 1 ,})/?$ | index.php?&paged=$matches[1] index.phpをですか? &ページ= $マッチ[ 1 ] |
| index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$ index.phpを/コメント/フィード/ (フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?&feed=$matches[1]&withcomments=1 index.phpか。 &フィード= $マッチ[ 1 ] & withcomments = 1 |
| index.php/comments/(feed|rdf|rss|rss2|atom)/?$ index.phpを/コメント/ (フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?&feed=$matches[1]&withcomments=1 index.phpか。 &フィード= $マッチ[ 1 ] & withcomments = 1 |
| index.php/comments/page/?([0-9]{1,})/?$ index.phpを/コメント数/ページ/ですか? ( [ 0-9 ] ( 1 ,})/?$ | index.php?&paged=$matches[1] index.phpか。 &ページ= $マッチ[ 1 ] |
| index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.phpを/検索/(.+)/フィード/ (フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?s=$matches[1]&feed=$matches[2] index.phpをですか?秒= $マッチ[ 1 ] &フィード= $マッチ[ 2 ] |
| index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$ index.phpを/ /(.+)/(フィードを検索| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?s=$matches[1]&feed=$matches[2] index.phpをですか?秒= $マッチ[ 1 ] &フィード= $マッチ[ 2 ] |
| index.php/search/(.+)/page/?([0-9]{1,})/?$ index.phpを/検索/(.+)/ページ/ですか? ( [ 0-9 ] ( 1 ,})/?$ | index.php?s=$matches[1]&paged=$matches[2] index.phpをですか?秒= $マッチ[ 1 ] &ページ= $マッチ[ 2 ] |
| index.php/search/(.+)/?$ index.phpを/検索/(.+)/?$ | index.php?s=$matches[1] index.phpをですか?秒= $マッチ[ 1 ] |
| index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$ index.phpを/カテゴリ/(.+?)/フィード/ (フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?category_name=$matches[1]&feed=$matches[2] index.phpか。 category_name = $マッチ[ 1 ] &フィード= $マッチ[ 2 ] |
| index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$ index.phpを/カテゴリ/(.+?)/(フィード| RDFの|のRSS | rss2 |原子) /ですか? $ | index.php?category_name=$matches[1]&feed=$matches[2] index.phpか。 category_name = $マッチ[ 1 ] &フィード= $マッチ[ 2 ] |
| index.php/category/(.+?)/page/?([0-9]{1,})/?$ index.phpを/カテゴリ/(.+?)/ページ/ですか? ( [ 0-9 ] ( 1 ,})/?$ | index.php?category_name=$matches[1]&paged=$matches[2] index.phpか。 category_name = $マッチ[ 1 ] &ページ= $マッチ[ 2 ] |
| index.php/category/(.+?)/?$ index.phpを/カテゴリ/(.+?)/?$ | index.php?category_name=$matches[1] index.phpか。 category_name = $マッチ[ 1 ] |
Filed under提出されて CMS Software CMSソフトウェア , 、 Headline Newsニュースの見出し , 、 How Toどのように , 、 PHP PHPの , 、 Pro BloggingプロBlogging , 、 Tech Note技術のノート , 、 Webウェブ , 、 WordPress WordPressの | |
| |
RSS 2.0 RSS 2.0を | |
Trackbackトラックバック this Article |この記事|
Email this Article電子メールこの記事
You may also like to readを読むようにすることも可能 |




August 28th, 2006 at 10:33 pm 2006年8月28日10:33 pmの
[...] Angsuman published a “comprehensive list of WordPress 2.x rewrite rules.” [...] [...]のAngsumanで公開する"包括的ルールのリストを書き換えるWordPress 2.xのです。 " (···)
November 2nd, 2006 at 7:05 am 2006年11月2日7:05アム
[...] A comprehensive list of WordPress 2.x Rewrite rules. [...]の包括的ルールのリストを書き換えるWordPress 2.xのです。 [...]