{"id":6818,"date":"2018-08-16T01:04:30","date_gmt":"2018-08-15T17:04:30","guid":{"rendered":"https:\/\/sdeno.com\/?p=6818"},"modified":"2018-08-16T01:04:30","modified_gmt":"2018-08-15T17:04:30","slug":"wordpress%e7%ac%94%e8%ae%b0","status":"publish","type":"post","link":"https:\/\/sdeno.com\/?p=6818","title":{"rendered":"wordpress\u7b14\u8bb0"},"content":{"rendered":"<pre>&lt;?php get_header(); ?&gt; &lt;!--\u52a0\u8f7dheader.php\u6587\u4ef6--&gt;\r\n&lt;?php get_footer(); ?&gt; &lt;!--\u52a0\u8f7dfooter.php\u6587\u4ef6--&gt;\r\n &lt;?php language_attributes(); ?&gt; &lt;!--lang=\"zh-CN\"--&gt;\r\n &lt;?php bloginfo( 'charset' ); ?&gt; &lt;!--UTF-8--&gt;\r\n &lt;?php echo home_url(); ?&gt; &lt;!-- https:\/\/sdeno.com--&gt;\r\n &lt;?php wp_title(); ?&gt; &lt;!--\u7f51\u7ad9\u4e3b &amp;raquo; \u7f51\u7ad9\u526f--&gt;\r\n &lt;?php bloginfo('name'); ?&gt; &lt;!-- \u7f51\u7ad9\u4e3btitle--&gt;\r\n &lt;?php bloginfo('description'); ?&gt; &lt;!-- \u7f51\u7ad9\u526ftitle--&gt;\r\n &lt;?php echo category_description(); ?&gt; &lt;!--\u5206\u5f55\u76ee\u5f55\u7684\u63cf\u8ff0--&gt;\r\n &lt;?php bloginfo('url'); ?&gt; &lt;!-- http:\/\/www.xx.com--&gt;\r\n &lt;?php bloginfo('stylesheet_url'); ?&gt; &lt;!--http:\/\/localhost\/wp-content\/themes\/twentyfifteen\/style.css--&gt;\r\n &lt;?php bloginfo('template_url'); ?&gt; &lt;!--http:\/\/localhost\/test\/wp-content\/themes\/twentyfifteen--&gt;\r\n \r\n &lt;?php wp_head(); ?&gt; &lt;!--\u662fwp\u91cd\u8981\u7684\u51fd\u6570\u540c\u65f6\u4e5f\u5197\u4f59\u4e86\u5f88\u591a\u6ca1\u7528\u7684\u4ee3\u7801\u9700\u53e6\u5916\u4ecb\u7ecd--&gt;\r\n \r\n &lt;?php body_class(); ?&gt; &lt;!--??\u6ca1\u641e\u61c2\u751f\u6210class--&gt;\r\n \r\n &lt;!--\u901a\u5e38\u4e24\u4e2a\u51fd\u6570\u914d\u5408\u4f7f\u7528\u6765\u5224\u65ad\u6b64\u9875\u9762\u662f\u4e0d\u662f\u9996\u9875is_front_page() &amp;&amp; is_home()--&gt;\r\n &lt;?php echo is_front_page() ?&gt; &lt;!-- is_front_page()\u51fd\u6570\u5224\u65ad\u6b64\u9875\u9762\u662f\u5426\u6307\u5b9a\u9996\u9875--&gt;\r\n &lt;?php echo is_home() ?&gt; &lt;!-- is_home()\u51fd\u6570\u5224\u65ad\u6b64\u9875\u9762\u662f\u4e0d\u662f\u9996\u9875--&gt;\r\n \r\n &lt;?php echo get_bloginfo( 'url') ?&gt; &lt;!-- \u83b7\u53d6\u535a\u5ba2\u91cd\u8981\u53c2\u6570--&gt;\r\n \r\n &lt;?php echo home_url( '\/xg\/' ) ?&gt; &lt;!--http:\/\/localhost\/xg\/--&gt;\r\n &lt;?php echo site_url() ?&gt; \r\n \r\n &lt;?php echo esc_url( 'ceshi&amp;' ); ?&gt; &lt;!--\u8fc7\u6ee4ulr \u8f93\u51fa http:\/\/ceshi&amp;#038;--&gt;\r\n &lt;?php get_sidebar(); ?&gt; &lt;!--\u52a0\u8f7dsidebar.php\u6587\u4ef6--&gt;\r\n \r\n &lt;?php is_single()?&gt; &lt;!--\u662f\u5426\u4e3a\u5185\u5bb9\u9875--&gt;\r\n\r\n&lt;?php the_title_attribute() ?&gt; &lt;!--\u83b7\u53d6\u6587\u7ae0\u6807\u9898 \u5e76\u8fc7\u6ee4\u7279\u6b8a\u5b57\u7b26--&gt;\r\n &lt;?php the_title()?&gt; &lt;!--\u83b7\u53d6\u6587\u7ae0\u6807\u9898 \u4e0d\u4f1a\u8fc7\u6ee4\u7279\u6b8a\u5b57\u7b26--&gt;\r\n &lt;?php get_the_category()?&gt; &lt;!-- \u83b7\u53d6\u5355\u4e2a\u6587\u7ae0\u7684\u5206\u7c7b\u4fe1\u606f--&gt;\r\n&lt;?php wp_footer(); ?&gt; &lt;!--\u767b\u5f55\u540e\u9876\u90e8\u6d6e\u52a8\u5de5\u5177\u680f\u5728&lt;\/body&gt;\u524d\u6dfb\u52a0\u6709\u6548--&gt;\r\n&lt;?php \/\/\u767b\u5f55\u540e\u524d\u53f0\u663e\u793a\u7f16\u8f91\u6309\u94ae\r\n edit_post_link(\r\n sprintf(\r\n \/* translators: %s: Name of current post *\/\r\n __( 'Edit&lt;span class=\"screen-reader-text\"&gt; \"%s\"&lt;\/span&gt;', 'twentysixteen' ),\r\n get_the_title()\r\n ),\r\n '&lt;span class=\"edit-link\"&gt;',\r\n '&lt;\/span&gt;'\r\n );\r\n?&gt;\r\n\r\n&lt;?php get_template_part( 'template-parts\/content', get_post_format() ); ?&gt; &lt;!--\u52a0\u8f7dtemplate-parts\u76ee\u5f55\u4e0b\u7684content.php\u6587\u4ef6--&gt;\r\n&lt;?php get_template_part( 'template-parts\/content', 'none' ); ?&gt; &lt;!--\u52a0\u8f7dtemplate-parts\u76ee\u5f55\u4e0b\u7684content-none.php\u6587\u4ef6--&gt;<\/pre>\n<p><audio style=\"display: none;\" controls=\"controls\"><\/audio><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&lt;?php get_header(); ?&gt; &lt;!&#8211;\u52a0\u8f7dheader.php\u6587\u4ef6&#8211;&#038;gt [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[30],"tags":[],"class_list":["post-6818","post","type-post","status-publish","format-standard","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/6818","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6818"}],"version-history":[{"count":0,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/6818\/revisions"}],"wp:attachment":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6818"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6818"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6818"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}