Around here
アーカイブ
カテゴリー
- test (2)
- word (3)
- WordPress全般 (3)
メタ情報
You are currently browsing the WordPressを使って weblog archives for the 'word' category.
category/(.+?)/page/?([0-9]{1,})/?$
string(53) "index.php?category_name=$matches[1]&paged=$matches[2]"
string(25) "category_name=asd&paged=2"
array(2) {
["category_name"]=>
string(3) "asd"
["paged"]=>
string(1) "2"
}