{"id":4889,"date":"2012-10-07T23:34:41","date_gmt":"2012-10-07T14:34:41","guid":{"rendered":"http:\/\/nanoappli.com\/blog\/?p=4889"},"modified":"2012-10-07T23:34:41","modified_gmt":"2012-10-07T14:34:41","slug":"wordpresstitle%e3%82%bf%e3%82%b0%e3%81%ae%e8%a1%a8%e7%a4%ba%e3%82%92%e3%82%ab%e3%82%b9%e3%82%bf%e3%83%9e%e3%82%a4%e3%82%ba%e3%81%99%e3%82%8b","status":"publish","type":"post","link":"http:\/\/nanoappli.com\/blog\/archives\/4889","title":{"rendered":"[WordPress]title\u30bf\u30b0\u306e\u8868\u793a\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3059\u308b"},"content":{"rendered":"<p>\nWordPress\u306e\u30c6\u30fc\u30de\u7de8\u96c6\u3067\u3001\u4ee5\u4e0b\u306e\u69d8\u306a\u30bf\u30a4\u30c8\u30eb\u8868\u793a\u3092\u884c\u308f\u305b\u3066\u307f\u307e\u3059\u3002<br \/>\n<pre lang=\"x\">\n\u30da\u30fc\u30b8\u30bf\u30a4\u30c8\u30eb\u3092\u8868\u793a\u3059\u308b\n\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u5834\u5408\u306f\u3001\u30d6\u30ed\u30b0\u540d\u3092\u30bf\u30a4\u30c8\u30eb\u306b\u8868\u793a\n\u30ab\u30c6\u30b4\u30ea\u3001\u30bf\u30b0\u5225\u306e\u8a18\u4e8b\u4e00\u89a7\u30da\u30fc\u30b8\u306e\u5834\u5408\u306f\u300cxxx\u306e\u8a18\u4e8b\u4e00\u89a7\u300d\u3068\u3044\u3046\u8868\u8a18\u306b\u3059\u308b\n\u8907\u6570\u30da\u30fc\u30b8\u306e\u5834\u5408\u306f\u3001\u30da\u30fc\u30b8\u756a\u53f7\u3092\u8868\u793a\n<\/pre>\n<br \/>\n<br \/>\n\u4e0a\u8a18\u306e\u8981\u4ef6\u3092\u6e80\u305f\u3059\u30b3\u30fc\u30c9\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059\u3002<br \/>\n<pre lang=\"php\">\n<title><?php\n    \/\/ \u30da\u30fc\u30b8\u30bf\u30a4\u30c8\u30eb\u3092\u8868\u793a\u3059\u308b\n    wp_title( '', true, 'right' );\n    \n    \/\/ \u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u5834\u5408\u306f\u3001\u30d6\u30ed\u30b0\u540d\u3092\u30bf\u30a4\u30c8\u30eb\u306b\u8868\u793a\n    if ( !wp_title(' ', false) ) { \n        bloginfo('name');\n    }\n    \n    \/\/ \u30ab\u30c6\u30b4\u30ea\u3001\u30bf\u30b0\u5225\u306e\u8a18\u4e8b\u4e00\u89a7\u30da\u30fc\u30b8\u306e\u5834\u5408\u306f\u300cxxx\u306e\u8a18\u4e8b\u4e00\u89a7\u300d\u3068\u3044\u3046\u8868\u8a18\u306b\u3059\u308b\n    if( is_category() || is_tag() ) {\n        echo \"\u306e\u8a18\u4e8b\u4e00\u89a7\";\n    }\n    \/\/ \u8907\u6570\u30da\u30fc\u30b8\u306e\u5834\u5408\u306f\u3001\u30da\u30fc\u30b8\u756a\u53f7\u3092\u8868\u793a\n    global $page, $paged;\n    if ( $paged >= 2 || $page >= 2 )\n        echo ' &laquo; ' . sprintf( __( 'Page %s', 'nest' ), max( $paged, $page ) );\n?><\/title>\n<\/pre>\n<br \/>\nwp_title()\u306f\u7b2c\u4e8c\u5f15\u6570\u3092true\u306b\u3059\u308b\u3068\u5b9f\u969b\u306b\u30bf\u30a4\u30c8\u30eb\u3092\u8868\u793a\u3057\u3001false\u3060\u3068\u623b\u308a\u5024\u3068\u3057\u3066\u30bf\u30a4\u30c8\u30eb\u6587\u5b57\u5217\u3092\u8fd4\u3057\u307e\u3059\u3002\u3067\u3059\u306e\u3067\u3001&#8221;if ( !wp_title(&#8216; &#8216;, false) )&#8221;\u3067\u3001\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3057\u3066\u3044\u307e\u3059\u3002<br \/>\n<br \/>\nblog\u30bf\u30a4\u30c8\u30eb\u306f\u3001\u7ba1\u7406\u30da\u30fc\u30b8\u3067\u8a2d\u5b9a\u3055\u308c\u305f\u5024\u3092bloginfo(&#8216;name&#8217;)\u3067\u53d6\u5f97\u3057\u3066\u3044\u307e\u3059\u3002<br \/>\n<br \/>\n\u30ab\u30c6\u30b4\u30ea\/\u30bf\u30b0\u5225\u306e\u8a18\u4e8b\u4e00\u89a7\u30da\u30fc\u30b8\u3060\u3063\u305f\u5834\u5408\u306f\u3001\u305d\u308c\u305e\u308cis_category()\u3001is_tag()\u304ctrue\u306b\u306a\u308b\u306e\u3067\u30c1\u30a7\u30c3\u30af\u3057\u305f\u4e0a\u3067\u6587\u8a00\u3092\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress\u306e\u30c6\u30fc\u30de\u7de8\u96c6\u3067\u3001\u4ee5\u4e0b\u306e\u69d8\u306a\u30bf\u30a4\u30c8\u30eb\u8868\u793a\u3092\u884c\u308f\u305b\u3066\u307f\u307e\u3059\u3002 \u30da\u30fc\u30b8\u30bf\u30a4\u30c8\u30eb\u3092\u8868\u793a\u3059\u308b \u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u5834\u5408\u306f\u3001\u30d6\u30ed\u30b0\u540d\u3092\u30bf\u30a4\u30c8\u30eb\u306b\u8868\u793a \u30ab\u30c6\u30b4\u30ea\u3001\u30bf\u30b0\u5225\u306e\u8a18\u4e8b\u4e00\u89a7\u30da\u30fc\u30b8\u306e\u5834\u5408\u306f\u300cxxx\u306e\u8a18\u4e8b\u4e00\u89a7\u300d\u3068\u3044\u3046\u8868\u8a18\u306b\u3059\u308b \u8907\u6570\u30da\u30fc\u30b8\u306e\u5834\u5408\u306f\u3001\u30da\u30fc\u30b8\u756a\u53f7\u3092\u8868\u793a \u4e0a\u8a18\u306e\u8981\u4ef6\u3092\u6e80\u305f\u3059\u30b3\u30fc\u30c9\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059\u3002 wp_title()\u306f\u7b2c\u4e8c\u5f15\u6570\u3092true\u306b\u3059\u308b\u3068\u5b9f\u969b\u306b\u30bf\u30a4\u30c8\u30eb\u3092\u8868\u793a\u3057\u3001false\u3060\u3068\u623b\u308a\u5024\u3068\u3057\u3066\u30bf\u30a4\u30c8\u30eb\u6587\u5b57\u5217\u3092\u8fd4\u3057\u307e\u3059\u3002\u3067\u3059\u306e\u3067\u3001&#8221;if ( !wp_title(&#8216; &#8216;, false) )&#8221;\u3067\u3001\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3057\u3066\u3044\u307e\u3059\u3002\u2026<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[13],"tags":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":3023,"url":"http:\/\/nanoappli.com\/blog\/archives\/3023","url_meta":{"origin":4889,"position":0},"title":"WordPress\u306bzenback\u3092\u5c0e\u5165\u3059\u308b\u6642\u306b\u3059\u3079\u304d2\u3064\u306e\u4e8b","date":"2012\u5e745\u670831\u65e5","format":false,"excerpt":"blog\u3067\u81ea\u5206\u304c\u66f8\u3044\u305f\u8a18\u4e8b\u306b\u95a2\u9023\u3059\u308b\u30da\u30fc\u30b8\u3092\u81ea\u52d5\u3067\u304a\u52e7\u3081\u3057\u3066\u304f\u308c\u308bzenback\u3067\u3059\u304c\u3001\u6642\u3005\u5909\u306a\u30da\u30fc\u2026","rel":"","context":"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":7874,"url":"http:\/\/nanoappli.com\/blog\/archives\/7874","url_meta":{"origin":4889,"position":1},"title":"[WordPress]Lightning\u30c6\u30fc\u30de\u3067\u30d1\u30f3\u304f\u305a\u30ea\u30b9\u30c8\u306b\u8a18\u4e8b\u540d\u3092\u51fa\u3055\u306a\u3044","date":"2017\u5e741\u67084\u65e5","format":false,"excerpt":"WordPress\u306eBootstrap\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30de\u3067\u3042\u308b\u3001Lightning\u3067\u30d1\u30f3\u304f\u305a\u30ea\u30b9\u30c8\u306e\u30ab\u30b9\u2026","rel":"","context":"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":496,"url":"http:\/\/nanoappli.com\/blog\/archives\/496","url_meta":{"origin":4889,"position":2},"title":"WordPress\u3067\u9023\u8f09\u8a18\u4e8b\u3092\u4f5c\u308b","date":"2012\u5e741\u670814\u65e5","format":false,"excerpt":"\u8272\u3005\u306a\u8a18\u4e8b\u3092WordPress\u3067\u66f8\u3044\u3066\u3044\u308b\u3068\u3001\u8a71\u984c\u306b\u3088\u3063\u3066\u306f1\u8a18\u4e8b\u3067\u5b8c\u7d50\u3067\u306f\u306a\u304f\u3001\u8907\u6570\u306e\u8a18\u4e8b\u3067\u9023\u8f09\u306e\u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/20120110_02-500x359.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":4817,"url":"http:\/\/nanoappli.com\/blog\/archives\/4817","url_meta":{"origin":4889,"position":3},"title":"[WordPress]\u30ab\u30c6\u30b4\u30ea\u5225\/\u30bf\u30b0\u5225\u306eRSS\u30ea\u30f3\u30af\u3092\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u4f7f\u308f\u305a\u306b\u8ffd\u52a0\u3059\u308b","date":"2012\u5e749\u670830\u65e5","format":false,"excerpt":"WordPress\u3067\u30ab\u30c6\u30b4\u30ea\u5225\u3084\u30bf\u30b0\u5225\u306e\u30ea\u30f3\u30af\u96c6\u3092\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u4f7f\u7528\u305b\u305a\u306b\u4f5c\u3063\u3066\u307f\u307e\u3059\u3002 \u51fa\u6765\u3042\u304c\u308a\u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/2012\/09\/20120930_03.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":94,"url":"http:\/\/nanoappli.com\/blog\/archives\/94","url_meta":{"origin":4889,"position":4},"title":"lolipop\u306bphpBB3\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b(2\/3)","date":"2011\u5e7412\u670829\u65e5","format":false,"excerpt":"\u524d\u56de\u306e\u30a8\u30f3\u30c8\u30ea\u3067\u3001phpBB\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002 \u6b21\u306f\u3001\u63b2\u793a\u677f\u306b\u66f8\u304d\u8fbc\u307f\u304c\u51fa\u6765\u308b\u3088\u3046\u74b0\u5883\u3065\u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/20111229_38.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":4674,"url":"http:\/\/nanoappli.com\/blog\/archives\/4674","url_meta":{"origin":4889,"position":5},"title":"Amazon\u30de\u30fc\u30b1\u30c3\u30c8\u30d7\u30ec\u30fc\u30b9\u306e\u51fa\u54c1\u60c5\u5831\u3092\u62bd\u51fa\u3059\u308b(GreaseMonkey\u4f7f\u7528)","date":"2012\u5e749\u670824\u65e5","format":false,"excerpt":"Amazon\u306b\u306f\u3001\u30de\u30fc\u30b1\u30c3\u30c8\u30d7\u30ec\u30fc\u30b9(\u901a\u79f0\u30de\u30b1\u30d7\u30ec)\u3068\u3044\u3046\u4e2d\u53e4\u306e\u5546\u54c1\u3092\u8cfc\u5165\u51fa\u6765\u308b\u30b7\u30b9\u30c6\u30e0\u304c\u3042\u308a\u307e\u3059\u3002\u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/2012\/09\/20120924_03.jpg?resize=350%2C200","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/posts\/4889"}],"collection":[{"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/comments?post=4889"}],"version-history":[{"count":3,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/posts\/4889\/revisions"}],"predecessor-version":[{"id":4892,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/posts\/4889\/revisions\/4892"}],"wp:attachment":[{"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/media?parent=4889"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/categories?post=4889"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/tags?post=4889"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}