{"id":1918,"date":"2025-03-06T17:34:50","date_gmt":"2025-03-06T09:34:50","guid":{"rendered":"https:\/\/www.zhangmingming.cn\/?p=1918"},"modified":"2025-03-06T17:34:50","modified_gmt":"2025-03-06T09:34:50","slug":"wordpress%e6%b7%bb%e5%8a%a0%e8%af%b4%e8%af%b4%e5%be%ae%e8%af%ad","status":"publish","type":"post","link":"https:\/\/www.zhangmingming.cn\/?p=1918","title":{"rendered":"WordPress\u6dfb\u52a0\u8bf4\u8bf4\u5fae\u8bed"},"content":{"rendered":"<pre class=\"set-code-show\" data-index=\"1\">1\u3001\u9996\u5148\u6211\u4eec\u628a\u4ee5\u4e0b\u4ee3\u7801\uff0c\u6dfb\u52a0\u5230\u4e3b\u9898\u6839\u76ee\u5f55\u4e2d\u7684functions.php\u6587\u4ef6\u4e2d\u3002\u4e0b\u9762\u4e24\u6b65\u4ee3\u7801\u5b89\u88c5\u5b8c\u6210\u540e\uff0c\u5728\u540e\u53f0\u9875\u9762\uff0c\u5efa\u7acb\u5fae\u8bed\u9875\u9762\uff0c\u5728\u8bbe\u7f6e\u83dc\u5355\uff0c\u4fdd\u5b58\u9996\u9875<a class=\"hl hl-1\" href=\"https:\/\/so.csdn.net\/so\/search?q=%E5%AF%BC%E8%88%AA%E6%A0%8F&amp;spm=1001.2101.3001.7020\" target=\"_blank\" rel=\"noopener\" data-report-click=\"{&quot;spm&quot;:&quot;1001.2101.3001.7020&quot;,&quot;dest&quot;:&quot;https:\/\/so.csdn.net\/so\/search?q=%E5%AF%BC%E8%88%AA%E6%A0%8F&amp;spm=1001.2101.3001.7020&quot;,&quot;extra&quot;:&quot;{\\&quot;searchword\\&quot;:\\&quot;\u5bfc\u822a\u680f\\&quot;}&quot;}\" data-tit=\"\u5bfc\u822a\u680f\" data-pretit=\"\u5bfc\u822a\u680f\">\u5bfc\u822a\u680f<\/a>\u5373\u53ef\u3002\u7eaf\u4ee3\u7801\u5fae\u8bed\u6dfb\u52a0\u5fae\u8bed\uff0c\u4e0d\u5f71\u54cd\u767e\u5ea6\u8c37\u6b4c\u641c\u5f55\u548c\u6570\u636e\u5907\u4efd\u6062\u590d\u3002\r\n\r\n\r\n\/\/\u8bf4\u8bf4\u9875\u9762\r\nfunction shuoshuo_custom_init()\r\n{\r\n$labels = array(\r\n'name' =&gt; '\u8bf4\u8bf4',\r\n'singular_name' =&gt; '\u8bf4\u8bf4',\r\n'add_new' =&gt; '\u53d1\u8868\u8bf4\u8bf4',\r\n'add_new_item' =&gt; '\u53d1\u8868\u8bf4\u8bf4',\r\n'edit_item' =&gt; '\u7f16\u8f91\u8bf4\u8bf4',\r\n'new_item' =&gt; '\u65b0\u8bf4\u8bf4',\r\n'view_item' =&gt; '\u67e5\u770b\u8bf4\u8bf4',\r\n'search_items' =&gt; '\u641c\u7d22\u8bf4\u8bf4',\r\n'not_found' =&gt; '\u6682\u65e0\u8bf4\u8bf4',\r\n'not_found_in_trash' =&gt; '\u6ca1\u6709\u5df2\u9057\u5f03\u7684\u8bf4\u8bf4',\r\n'parent_item_colon' =&gt; '',\r\n'menu_name' =&gt; '\u8bf4\u8bf4'\r\n);\r\n$args = array(\r\n'labels' =&gt; $labels,\r\n'public' =&gt; true,\r\n'publicly_queryable' =&gt; true,\r\n'show_ui' =&gt; true,\r\n'show_in_menu' =&gt; true,\r\n'query_var' =&gt; true,\r\n'rewrite' =&gt; true,\r\n'capability_type' =&gt; 'post',\r\n'has_archive' =&gt; true,\r\n'hierarchical' =&gt; false,\r\n'menu_position' =&gt; null,\r\n'supports' =&gt; array(\r\n'title',\r\n'editor',\r\n'author',\r\n'comments'\r\n\r\n)\r\n);\r\nregister_post_type('shuoshuo', $args);\r\n}\r\nadd_action('init', 'shuoshuo_custom_init');\r\n\r\n\r\n2\u3001\u7136\u540e\u6dfb\u52a0<span class=\"edu-hl hl hl-1\" data-report-click=\"{&quot;spm&quot;:&quot;1001.2101.3001.7020&quot;,&quot;extra&quot;:&quot;{\\&quot;word\\&quot;:\\&quot;\u6a21\u677f\\&quot;}&quot;}\" data-tit=\"\u6a21\u677f\" data-pretit=\"\u6a21\u677f\">\u6a21\u677f<\/span>\u6587\u4ef6\uff0c\u5728\u6a21\u677f\u4e3b\u9898\u6839\u76ee\u5f55\u65b0\u5efa\u4e00\u4e2a\u540d\u4e3apage-shuo.php\u7684\u6587\u4ef6\uff0c\u5e76\u5c06\u4ee5\u4e0b\u4ee3\u7801\u6dfb\u52a0\u5728\u5176\u4e2d\r\n\r\n\r\n&lt;?php\r\n\r\n\/**\r\n* Template Name: \u8bf4\u8bf4\/\u5fae\u8bed\r\n*\/\r\n\r\nget_header(); ?&gt;\r\n\r\n&lt;style&gt;\r\nbody.theme-dark .cbp_tmtimeline::before{background:RGBA(255,255,255,0.06)}ul.cbp_tmtimeline{padding:0}div class.cdp_tmlabel &gt; li .cbp_tmlabel{margin-bottom:0}.cbp_tmtimeline{margin:30px 0 0 0;padding:0;list-style:none;position:relative}.cbp_tmtimeline &gt; li .cbp_tmtime{display:block;max-width:70px;position:absolute}.cbp_tmtimeline &gt; li .cbp_tmtime span{display:block;text-align:right}.cbp_tmtimeline &gt; li .cbp_tmtime span:first-child{font-size:0.9em;color:#bdd0db}.cbp_tmtimeline &gt; li .cbp_tmtime span:last-child{font-size:1.2em;color:#9BCD9B}.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmtime span:last-child{color:RGBA(255,125,73,0.75)}div.cbp_tmlabel &gt; p{margin-bottom:0}.cbp_tmtimeline &gt; li .cbp_tmlabel{margin:0 0 45px 65px;background:#24a0f0;color:#fff;padding:.8em 1.2em .4em 1.2em;font-weight:300;line-height:1.4;position:relative;border-radius:5px;transition:all 0.3s ease 0s;box-shadow:0 1px 2px rgba(0,0,0,0.15);cursor:pointer;display:block}.cbp_tmlabel:hover{transform:translateY(-3px);z-index:1;-webkit-box-shadow:0 15px 32px rgba(0,0,0,0.15) !important}.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmlabel{background:#7878f0}.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmlabel:after{border-right-color:#7878f0}.cbp_tmtimeline &gt; li .cbp_tmlabel:after{right:100%;border:solid transparent;content:\" \";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#24a0f0;border-width:10px;top:4px}p.shuoshuo_time{margin-top:10px;border-top:1px dashed #fff;padding-top:5px;font-family:Ubuntu}@media screen and (max-width:65.375em){.cbp_tmtimeline &gt; li .cbp_tmtime span:last-child{font-size:1.2em}}.shuoshuo_author_img img{border:1px solid #ddd;padding:2px;float:left;border-radius:64px;transition:all 1.0s;height:50px}.avatar{-webkit-border-radius:100% !important;-moz-border-radius:100% !important;box-shadow:inset 0 -1px 0 #3333sf;-webkit-box-shadow:inset 0 -1px 0 #3333sf;-webkit-transition:0.4s;-webkit-transition:-webkit-transform 0.4s ease-out;transition:transform 0.4s ease-out;-moz-transition:-moz-transform 0.4s ease-out}.zhuan{transform:rotateZ(720deg);-webkit-transform:rotateZ(720deg);-moz-transform:rotateZ(720deg)}\r\n&lt;\/style&gt;\r\n\r\n&lt;div id=\"primary\" class=\"content-area\"&gt;\r\n&lt;main id=\"main\" class=\"site-main\" role=\"main\"&gt;\r\n&lt;div class=\"cbp_shuoshuo\"&gt;\r\n&lt;?php\r\nquery_posts(\"post_type=shuoshuo &amp; post_status=publish &amp; posts_per_page=-1\");\r\nif (have_posts()) : ?&gt;\r\n&lt;ul class=\"cbp_tmtimeline\"&gt;\r\n&lt;?php\r\nwhile (have_posts()) : the_post(); ?&gt;\r\n&lt;li&gt;\r\n&lt;span class=\"shuoshuo_author_img\"&gt;&lt;img src=\"&lt;?php echo get_avatar_url(get_the_author_meta('ID')); ?&gt;\" class=\"avatar avatar-48\" width=\"48\" height=\"48\"&gt;&lt;\/span&gt;\r\n&lt;a class=\"cbp_tmlabel\" href=\"javascript:void(0)\"&gt;\r\n&lt;p&gt;&lt;\/p&gt;\r\n&lt;p&gt;&lt;?php the_content(); ?&gt;&lt;\/p&gt;\r\n&lt;p&gt;&lt;\/p&gt;\r\n&lt;p class=\"shuoshuo_time\"&gt;&lt;i class=\"fa fa-clock-o\"&gt;&lt;\/i&gt; &lt;?php the_time('Y\u5e74n\u6708j\u65e5G:i'); ?&gt;&lt;\/p&gt;\r\n&lt;\/a&gt;\r\n&lt;\/li&gt;\r\n&lt;?php endwhile;\r\nwp_reset_query();\/\/\u91cd\u7f6e\u67e5\u8be2\r\n?&gt;\r\n&lt;\/ul&gt;\r\n&lt;?php\r\nelse : ?&gt;\r\n&lt;h3 style=\"text-align: center;\"&gt;\u4f60\u8fd8\u6ca1\u6709\u53d1\u8868\u8bf4\u8bf4\u5662\uff01&lt;\/h3&gt;\r\n&lt;p style=\"text-align: center;\"&gt;\u8d76\u5feb\u53bb\u53d1\u8868\u4f60\u7684\u7b2c\u4e00\u6761\u8bf4\u8bf4\u5fc3\u60c5\u5427\uff01&lt;\/p&gt;\r\n&lt;?php\r\nendif; ?&gt;\r\n&lt;\/div&gt;\r\n&lt;\/main&gt;&lt;!-- #main --&gt;\r\n&lt;\/div&gt;&lt;!-- #primary --&gt;\r\n&lt;script type=\"text\/javascript\"&gt;\r\n$(function() {\r\nvar oldClass = \"\";\r\nvar Obj = \"\";\r\n$(\".cbp_tmtimeline li\").hover(function() {\r\nObj = $(this).children(\".shuoshuo_author_img\");\r\nObj = Obj.children(\"img\");\r\noldClass = Obj.attr(\"class\");\r\nvar newClass = oldClass + \" zhuan\";\r\nObj.attr(\"class\", newClass);\r\n}, function() {\r\nObj.attr(\"class\", oldClass);\r\n})\r\n})\r\n&lt;\/script&gt;\r\n&lt;?php\r\nget_footer();<\/pre>\n<p>\u7136\u540e\uff0c\u5efa\u7acb\u9875\u9762\u5fae\u8bed\u83dc\u5355\uff0c\u5e76\u4fdd\u5b58\u9996\u9875\u5bfc\u822a\u680f\uff0c\u5373\u53ef\u5199\u5fae\u8bed\u4e86\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u9996\u5148\u6211\u4eec\u628a\u4ee5\u4e0b\u4ee3\u7801\uff0c\u6dfb\u52a0\u5230\u4e3b\u9898\u6839\u76ee\u5f55\u4e2d\u7684functions.php\u6587\u4ef6\u4e2d\u3002\u4e0b\u9762\u4e24\u6b65\u4ee3\u7801\u5b89\u88c5\u5b8c\u6210\u540e\uff0c\u5728\u540e\u53f0\u9875 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[11],"tags":[],"_links":{"self":[{"href":"https:\/\/www.zhangmingming.cn\/index.php?rest_route=\/wp\/v2\/posts\/1918"}],"collection":[{"href":"https:\/\/www.zhangmingming.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.zhangmingming.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.zhangmingming.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zhangmingming.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1918"}],"version-history":[{"count":1,"href":"https:\/\/www.zhangmingming.cn\/index.php?rest_route=\/wp\/v2\/posts\/1918\/revisions"}],"predecessor-version":[{"id":1919,"href":"https:\/\/www.zhangmingming.cn\/index.php?rest_route=\/wp\/v2\/posts\/1918\/revisions\/1919"}],"wp:attachment":[{"href":"https:\/\/www.zhangmingming.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1918"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zhangmingming.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1918"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zhangmingming.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1918"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}