{"id":593,"date":"2024-08-17T13:04:24","date_gmt":"2024-08-17T05:04:24","guid":{"rendered":"https:\/\/thereisno.top:4430\/?p=593"},"modified":"2024-08-17T13:04:25","modified_gmt":"2024-08-17T05:04:25","slug":"wordpress%e5%b8%b8%e7%94%a8%e5%87%bd%e6%95%b0","status":"publish","type":"post","link":"https:\/\/thereisno.top\/?p=593","title":{"rendered":"wordpress\u5e38\u7528\u51fd\u6570"},"content":{"rendered":"\n<p>the_tags\u662fWordPress\u4e2d\u7684\u4e00\u4e2a\u5185\u7f6e\u51fd\u6570\uff0c\u7528\u4e8e\u83b7\u53d6\u6587\u7ae0\u7684\u6807\u7b7e\uff08Tag\uff09\u4fe1\u606f\u5e76\u5c06\u5176\u663e\u793a\u5728\u6587\u7ae0\u9875\u9762\u4e0a\u3002\u672c\u6587\u548c\u5927\u5bb6\u4e00\u8d77\u5b66\u4e60\u4e0bthe_tags\u7684\u57fa\u672c\u77e5\u8bc6\u53ca\u5b9e\u4f8b\u5e94\u7528\u3002<\/p>\n\n\n\n<p>\u4e00\u3001\u51fd\u6570\u8bed\u6cd5<\/p>\n\n\n\n<p>the_tags( string $before = &#8221;, string $sep = &#8221;, string $after = &#8221; )<\/p>\n\n\n\n<p>\u4e8c\u3001\u53c2\u6570\u8bf4\u660e<\/p>\n\n\n\n<p>1\u3001$before\uff08\u53ef\u9009\uff09\uff1a\u5728\u6807\u7b7e\u5217\u8868\u4e4b\u524d\u8f93\u51fa\u7684\u5b57\u7b26\u4e32\uff0c\u9ed8\u8ba4\u4e3a\u7a7a\u3002<\/p>\n\n\n\n<p>2\u3001$sep\uff08\u53ef\u9009\uff09\uff1a\u6807\u7b7e\u4e4b\u95f4\u7684\u5206\u9694\u7b26\uff0c\u9ed8\u8ba4\u4e3a\u7a7a\u683c\u3002<\/p>\n\n\n\n<p>3\u3001$after\uff08\u53ef\u9009\uff09\uff1a\u5728\u6807\u7b7e\u5217\u8868\u4e4b\u540e\u8f93\u51fa\u7684\u5b57\u7b26\u4e32\uff0c\u9ed8\u8ba4\u4e3a\u7a7a\u3002<\/p>\n\n\n\n<p>\u4e09\u3001\u5b9e\u4f8b\u5e94\u7528<\/p>\n\n\n\n<p>\u5047\u8bbe\u6211\u4eec\u6709\u4e00\u7bc7\u6587\u7ae0\uff0c\u5176\u6807\u7b7e\u4e3a\u201d\u6280\u672f\u201d\u3001\u201d\u7f16\u7a0b\u201d\u3001\u201dWordPress\u201d\u3002\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528the_tags\u51fd\u6570\u6765\u5728\u6587\u7ae0\u9875\u9762\u4e0a\u663e\u793a\u8fd9\u4e9b\u6807\u7b7e\u3002<\/p>\n\n\n\n<p>&lt;?php<br>&nbsp;&nbsp;&nbsp; \/\/ \u5728\u4e3b\u9898\u7684\u5355\u7bc7\u6587\u7ae0\u6a21\u677f\u6587\u4ef6\uff08\u4f8b\u5982single.php\uff09\u4e2d\u4f7f\u7528the_tags\u51fd\u6570<br>&nbsp;&nbsp;&nbsp; if (have_posts()) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; while (have_posts()) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the_post();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ?&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class=&#8221;entry-content&#8221;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php the_content(); ?&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;\/div&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class=&#8221;tag-list&#8221;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php the_tags(&#8216;\u6807\u7b7e\uff1a&#8217;, &#8216;, &#8216;, &#8221;); ?&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;\/div&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>?&gt;<\/p>\n\n\n\n<p>\u4ee5\u4e0a\u4ee3\u7801\u5c06\u4f1a\u5728\u6587\u7ae0\u5185\u5bb9\u4e0b\u65b9\u663e\u793a\u7c7b\u4f3c\u4ee5\u4e0b\u7684\u6807\u7b7e\u5217\u8868\uff1a<\/p>\n\n\n\n<p><em>\u6807\u7b7e\uff1a\u6280\u672f, \u7f16\u7a0b, WordPress<\/em><\/p>\n\n\n\n<p>\u6211\u4eec\u4e5f\u53ef\u4ee5\u6839\u636e\u9700\u8981\u81ea\u5b9a\u4e49$before\u3001$sep\u548c$after\u53c2\u6570\u7684\u503c\u6765\u8c03\u6574\u6807\u7b7e\u5217\u8868\u7684\u5916\u89c2\u548c\u6837\u5f0f\u3002<\/p>\n\n\n\n<p>\u5728\u4fee\u6539\u548c\u5236\u4f5cWordpress\u4e3b\u9898\u65f6\u7ecf\u5e38\u4e3a\u4e0d\u77e5\u9053\u5185\u7f6e\u51fd\u6570\u800c\u82e6\u607c\uff0c\u800cwordpress\u5b98\u65b9\u7684\u6587\u6863\u770b\u8d77\u6765\u53c8\u4e0d\u662f\u90a3\u4e48\u65b9\u4fbf\u3002\u6240\u641c\u96c6\u5e76\u4e14\u6574\u7406\u4e86\u4e00\u4e0b\u653e\u8fd9\uff0c\u4ee5\u5907\u540e\u7528\u3002<\/p>\n\n\n\n<p><strong>\u5224\u65ad\u9875\u9762\u51fd\u6570<\/strong><\/p>\n\n\n\n<p>is_home() : \u662f\u5426\u4e3a\u4e3b\u9875<\/p>\n\n\n\n<p>is_single() : \u662f\u5426\u4e3a\u5185\u5bb9\u9875(Post)<\/p>\n\n\n\n<p>is_page() : \u662f\u5426\u4e3a\u5185\u5bb9\u9875(Page)<\/p>\n\n\n\n<p>is_category() : \u662f\u5426\u4e3aCategory\/Archive\u9875<\/p>\n\n\n\n<p>is_tag() : \u662f\u5426\u4e3aTag\u5b58\u6863\u9875<\/p>\n\n\n\n<p>is_date() : \u662f\u5426\u4e3a\u6307\u5b9a\u65e5\u671f\u5b58\u6863\u9875<\/p>\n\n\n\n<p>is_year() : \u662f\u5426\u4e3a\u6307\u5b9a\u5e74\u4efd\u5b58\u6863\u9875<\/p>\n\n\n\n<p>is_month() : \u662f\u5426\u4e3a\u6307\u5b9a\u6708\u4efd\u5b58\u6863\u9875<\/p>\n\n\n\n<p>is_day() : \u662f\u5426\u4e3a\u6307\u5b9a\u65e5\u5b58\u6863\u9875<\/p>\n\n\n\n<p>is_time() : \u662f\u5426\u4e3a\u6307\u5b9a\u65f6\u95f4\u5b58\u6863\u9875<\/p>\n\n\n\n<p>is_archive() : \u662f\u5426\u4e3a\u5b58\u6863\u9875<\/p>\n\n\n\n<p>is_search() : \u662f\u5426\u4e3a\u641c\u7d22\u7ed3\u679c\u9875<\/p>\n\n\n\n<p>is_404() : \u662f\u5426\u4e3a \u201cHTTP 404: Not Found\u201d \u9519\u8bef\u9875<\/p>\n\n\n\n<p>is_paged() : \u4e3b\u9875\/Category\/Archive\u9875\u662f\u5426\u4ee5\u591a\u9875\u663e\u793a<\/p>\n\n\n\n<p><strong>Header\u90e8\u5206\u5e38\u7528\u5230\u7684PHP\u51fd\u6570<\/strong><\/p>\n\n\n\n<p>&lt;?php bloginfo(\u2019name\u2019); ?&gt; : \u535a\u5ba2\u540d\u79f0(Title)<\/p>\n\n\n\n<p>&lt;?php bloginfo(\u2019stylesheet_url\u2019); ?&gt; : CSS\u6587\u4ef6\u8def\u5f84<\/p>\n\n\n\n<p>&lt;?php bloginfo(\u2019pingback_url\u2019); ?&gt; : PingBack Url<\/p>\n\n\n\n<p>&lt;?php bloginfo(\u2019template_url\u2019); ?&gt; : \u6a21\u677f\u6587\u4ef6\u8def\u5f84<\/p>\n\n\n\n<p>&lt;?php bloginfo(\u2019version\u2019); ?&gt; : WordPress\u7248\u672c<\/p>\n\n\n\n<p>&lt;?php bloginfo(\u2019atom_url\u2019); ?&gt; : Atom Url<\/p>\n\n\n\n<p>&lt;?php bloginfo(\u2019rss2_url\u2019); ?&gt; : RSS 2.o Url<\/p>\n\n\n\n<p>&lt;?php bloginfo(\u2019url\u2019); ?&gt; : \u535a\u5ba2 Url<\/p>\n\n\n\n<p>&lt;?php bloginfo(\u2019html_type\u2019); ?&gt; : \u535a\u5ba2\u7f51\u9875Html\u7c7b\u578b<\/p>\n\n\n\n<p>&lt;?php bloginfo(\u2019charset\u2019); ?&gt; : \u535a\u5ba2\u7f51\u9875\u7f16\u7801<\/p>\n\n\n\n<p>&lt;?php bloginfo(\u2019description\u2019); ?&gt; : \u535a\u5ba2\u63cf\u8ff0<\/p>\n\n\n\n<p>&lt;?php wp_title(); ?&gt; : \u7279\u5b9a\u5185\u5bb9\u9875(Post\/Page)\u7684\u6807\u9898<\/p>\n\n\n\n<p><strong>\u6a21\u677f\u5e38\u7528\u7684PHP\u51fd\u6570\u53ca\u547d\u4ee4<\/strong><\/p>\n\n\n\n<p>&lt;?php get_header(); ?&gt; : \u8c03\u7528Header\u6a21\u677f<\/p>\n\n\n\n<p>&lt;?php get_sidebar(); ?&gt; : \u8c03\u7528Sidebar\u6a21\u677f<\/p>\n\n\n\n<p>&lt;?php get_footer(); ?&gt; : \u8c03\u7528Footer\u6a21\u677f<\/p>\n\n\n\n<p>&lt;?php the_content(); ?&gt; : \u663e\u793a\u5185\u5bb9(Post\/Page)<\/p>\n\n\n\n<p>&lt;?php if(have_posts()) : ?&gt; : \u68c0\u67e5\u662f\u5426\u5b58\u5728Post\/Page<\/p>\n\n\n\n<p>&lt;?php while(have_posts()) : the_post(); ?&gt; : \u5982\u679c\u5b58\u5728Post\/Page\u5219\u4e88\u4ee5\u663e\u793a<\/p>\n\n\n\n<p>&lt;?php endwhile; ?&gt; : While \u7ed3\u675f<\/p>\n\n\n\n<p>&lt;?php endif; ?&gt; : If \u7ed3\u675f<\/p>\n\n\n\n<p>&lt;?php the_time(\u2019\u5b57\u7b26\u4e32\u2019) ?&gt; : \u663e\u793a\u65f6\u95f4\uff0c\u65f6\u95f4\u683c\u5f0f\u7531\u201c\u5b57\u7b26\u4e32\u201d\u53c2\u6570\u51b3\u5b9a\uff0c\u5177\u4f53\u53c2\u8003PHP\u624b\u518c<\/p>\n\n\n\n<p>&lt;?php comments_popup_link(); ?&gt; : \u6b63\u6587\u4e2d\u7684\u7559\u8a00\u94fe\u63a5\u3002\u5982\u679c\u4f7f\u7528 comments_popup_script() \uff0c\u5219\u7559\u8a00\u4f1a\u5728\u65b0\u7a97\u53e3\u4e2d\u6253\u5f00\uff0c\u53cd\u4e4b\uff0c\u5219\u5728\u5f53\u524d\u7a97\u53e3\u6253\u5f00<\/p>\n\n\n\n<p>&lt;?php the_title(); ?&gt; : \u5185\u5bb9\u9875(Post\/Page)\u6807\u9898<\/p>\n\n\n\n<p>&lt;?php the_permalink() ?&gt; : \u5185\u5bb9\u9875(Post\/Page) Url<\/p>\n\n\n\n<p>&lt;?php the_category(\u2019, \u2018) ?&gt; : \u7279\u5b9a\u5185\u5bb9\u9875(Post\/Page)\u6240\u5c5eCategory<\/p>\n\n\n\n<p>&lt;?php the_author(); ?&gt; : \u4f5c\u8005<\/p>\n\n\n\n<p>&lt;?php the_ID(); ?&gt; : \u7279\u5b9a\u5185\u5bb9\u9875(Post\/Page) ID<\/p>\n\n\n\n<p>&lt;?php edit_post_link(); ?&gt; : \u5982\u679c\u7528\u6237\u5df2\u767b\u5f55\u5e76\u5177\u6709\u6743\u9650\uff0c\u663e\u793a\u7f16\u8f91\u94fe\u63a5<\/p>\n\n\n\n<p>&lt;?php get_links_list(); ?&gt; : \u663e\u793aBlogroll\u4e2d\u7684\u94fe\u63a5<\/p>\n\n\n\n<p>&lt;?php comments_template(); ?&gt; : \u8c03\u7528\u7559\u8a00\/\u56de\u590d\u6a21\u677f<\/p>\n\n\n\n<p>&lt;?php wp_list_pages(); ?&gt; : \u663e\u793aPage\u5217\u8868<\/p>\n\n\n\n<p>&lt;?php wp_list_categories(); ?&gt; : \u663e\u793aCategories\u5217\u8868<\/p>\n\n\n\n<p>&lt;?php next_post_link(\u2019 %link \u2018); ?&gt; : \u4e0b\u4e00\u7bc7\u6587\u7ae0\u94fe\u63a5<\/p>\n\n\n\n<p>&lt;?php previous_post_link(\u2019%link\u2019); ?&gt; : \u4e0a\u4e00\u7bc7\u6587\u7ae0\u94fe\u63a5<\/p>\n\n\n\n<p>&lt;?php get_calendar(); ?&gt; : \u65e5\u5386<\/p>\n\n\n\n<p>&lt;?php wp_get_archives() ?&gt; : \u663e\u793a\u5185\u5bb9\u5b58\u6863<\/p>\n\n\n\n<p>&lt;?php posts_nav_link(); ?&gt; : \u5bfc\u822a\uff0c\u663e\u793a\u4e0a\u4e00\u7bc7\/\u4e0b\u4e00\u7bc7\u6587\u7ae0\u94fe\u63a5<\/p>\n\n\n\n<p>&lt;?php include(TEMPLATEPATH . \u2018\/\u6587\u4ef6\u540d\u2019); ?&gt; : \u5d4c\u5165\u5176\u4ed6\u6587\u4ef6\uff0c\u53ef\u4e3a\u5b9a\u5236\u7684\u6a21\u677f\u6216\u5176\u4ed6\u7c7b\u578b\u6587\u4ef6<\/p>\n\n\n\n<p><strong>\u5176\u4ed6\u51fd\u6570<\/strong><\/p>\n\n\n\n<p>&lt;?php _e(\u2019Message\u2019); ?&gt; : \u8f93\u51fa\u76f8\u5e94\u4fe1\u606f<\/p>\n\n\n\n<p>&lt;?php wp_register(); ?&gt; : \u663e\u793a\u6ce8\u518c\u94fe\u63a5<\/p>\n\n\n\n<p>&lt;?php wp_loginout(); ?&gt; : \u663e\u793a\u767b\u5f55\/\u6ce8\u9500\u94fe\u63a5<\/p>\n\n\n\n<p>&lt;!\u2013next page\u2013&gt; : \u5c06\u5f53\u524d\u5185\u5bb9\u5206\u9875<\/p>\n\n\n\n<p>&lt;!\u2013more\u2013&gt; : \u5c06\u5f53\u524d\u5185\u5bb9\u622a\u65ad\uff0c\u4ee5\u4e0d\u5728\u4e3b\u9875\/\u76ee\u5f55\u9875\u663e\u793a\u5168\u90e8\u5185\u5bb9<\/p>\n\n\n\n<p>&lt;?php timer_stop(1); ?&gt; : \u7f51\u9875\u52a0\u8f7d\u65f6\u95f4(\u79d2)<\/p>\n\n\n\n<p>&lt;?php echo get_num_queries(); ?&gt; : \u7f51\u9875\u52a0\u8f7d\u67e5\u8be2\u91cf<\/p>\n","protected":false},"excerpt":{"rendered":"<p>the_tags\u662fWordPress\u4e2d\u7684\u4e00\u4e2a\u5185\u7f6e\u51fd\u6570\uff0c\u7528\u4e8e\u83b7\u53d6\u6587\u7ae0\u7684\u6807\u7b7e\uff08Tag\uff09\u4fe1\u606f\u5e76\u5c06\u5176\u663e\u793a\u5728\u6587\u7ae0\u9875\u9762\u4e0a\u3002 &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/thereisno.top\/?p=593\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u201cwordpress\u5e38\u7528\u51fd\u6570\u201d<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[40,28],"tags":[61],"class_list":["post-593","post","type-post","status-publish","format-standard","hentry","category-php","category-wordpress","tag-wordpress"],"_links":{"self":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/593","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=593"}],"version-history":[{"count":1,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/593\/revisions"}],"predecessor-version":[{"id":594,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/593\/revisions\/594"}],"wp:attachment":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=593"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=593"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=593"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}