wordpress获取文章标题(wordpress只显示文章标题)

在WordPress这个强大的内容管理系统(CMS)中,文章标题是吸引读者眼球的关键。一个吸引人的文章标题能够激发读者的阅读兴趣,提高文章的点击率。如何在WordPress中获取文章标题呢?本文将为你详细介绍WordPress获取文章标题的方法,让你轻松掌握这一技巧。

一、通过主题模板获取文章标题

WordPress主题模板是获取文章标题最直接的方法。以下是一个简单的示例:

“`html

<?php wp_title(); ?>

“`

这段代码会自动获取当前文章的标题,并将其插入到``标签中。你也可以通过以下方法获取文章标题:</p> <p>1. 使用`<?php the_title(); ?>`函数获取文章标题。</p> <p>2. 使用`<?php echo get_the_title(); ?>`函数获取文章标题。</p> <p>3. 使用`<?php the_title_attribute(); ?>`函数获取文章标题的属性。</p> <p>二、通过数据库查询获取文章标题</p> <p>如果你需要从数据库中直接获取文章标题,可以使用以下方法:</p> <p>1. 使用`WP_Query`对象查询文章,并获取文章标题。</p> <p>“`php</p> <p>$query = new WP_Query(array(‘p’ => $post_id));</p> <p>if ($query->have_posts()) {</p> <p> while ($query->have_posts()) {</p> <p> $query->the_post();</p> <p> echo get_the_title(); // 获取文章标题</p> <p> }</p> <p> wp_reset_postdata();</p> <p>}</p> <p>“`</p> <p>2. 使用`get_post`函数获取文章对象,并获取文章标题。</p> <p>“`php</p> <p>$post = get_post($post_id);</p> <p>echo $post->post_title; // 获取文章标题</p> <p>“`</p> <p>三、通过API获取文章标题</p> <p>WordPress提供了丰富的API接口,你可以通过API获取文章标题。以下是一个简单的示例:</p> <p>1. 使用WordPress REST API获取文章标题。</p> <p>“`javascript</p> <p>fetch(‘https://your-site.com/wp-json/wp/v2/posts/’ + post_id)</p> <p> .then(response => response.json())</p> <p> .then(data => {</p> <p> console.log(data.title.rendered); // 获取文章标题</p> <p> });</p> <p>“`</p> <p>2. 使用WordPress XML-RPC API获取文章标题。</p> <p>“`javascript</p> <p>xmlrpc_client.call(‘https://your-site.com/xmlrpc.php’, ‘wp.getPost’, array($username, $password, $post_id), array(‘context’ => ‘display’))</p> <p> .then(response => {</p> <p> console.log(response.post_title); // 获取文章标题</p> <p> });</p> <p>“`</p> <p>通过以上方法,你可以在WordPress中轻松获取文章标题。在实际应用中,你可以根据自己的需求选择合适的方法。以下是一个简单的表格,总结了本文介绍的方法:</p> <table border='1'> <tr> <th>方法</th> <th>描述</th> <th>优点</th> <th>缺点</th> </tr> <tr> <th>主题模板</th> <th>通过主题模板获取文章标题</th> <th>简单易用</th> <th>依赖于主题模板</th> </tr> <tr> <th>数据库查询</th> <th>通过数据库查询获取文章标题</th> <th>灵活</th> <th>需要编写SQL语句</th> </tr> <tr> <th>API</th> <th>通过API获取文章标题</th> <th>跨平台</th> <th>需要编写代码</th> </tr> </table> <p>希望本文能帮助你掌握WordPress获取文章标题的技巧,让你的文章更具吸引力。</p> <h3>wordpress如何采集文章</h3> <p>在 WordPress中采集文章通常有使用插件和代码两种方式,以下为你详细介绍:</p> <p>使用插件采集</p> <p>WP-AutoPost1:目前较好用的 WordPress自动采集发布插件。安装激活后,创建采集任务,在基本设置中配置任务名称、分类目录、作者、更新时间间隔等信息。在文章来源设置中输入文章列表网址,通过 URL通配符或 CSS选择器设置文章网址匹配规则。还需在文章抓取设置中通过 CSS选择器设置文章标题和内容的匹配规则,完成后可点击测试按钮检查设置是否正确。另外,可设置文章内容过滤、HTML标签过滤等功能,以满足不同采集需求。</p> <p>胖鼠采集:可以采集微信公众号文章等多种内容。下载安装后,在采集中心的“微信爬虫”处粘贴微信公众号文章链接,多篇文章用回车换行分隔,点击采集。采集成功后到“数据桶中心”,点击“进入桶”,首次进入需设置默认发布配置,完成后即可发布采集的文章。</p> <p>优采云4:支持定制采集规则,能精准获取目标网站内容,兼容多种数据格式。在其平台中可配置采集规则,如关键词过滤、内容筛选等,还提供定时发布工具,可设定定时任务,使文章按预定时间自动发布至 WordPress网站,并且能与 WordPress的 SEO插件及社交媒体分享插件等无缝整合,提升文章曝光度和网站 SEO性能。</p> <p>使用代码采集</p> <p>PHP采集:首先要确保 PHP环境安装配置好,然后使用 PHP的 CURL库发送请求、接收数据。通过设置 CURL选项,如设置请求的 URL、请求方式等,来获取网页内容。可以利用正则表达式根据 WordPress的 HTML结构匹配文章的标题、内容等信息,采集到的数据可根据需求存储到数据库或输出到文件中。</p> <p>Python爬虫采集5:利用 Python编写爬虫程序,通过模拟浏览器行为向 WordPress网站发送 HTTP请求,获取页面的 HTML内容,再使用解析库如 BeautifulSoup解析 HTML,提取文章的标题、作者、发布日期、正文内容等信息。若 WordPress网站有反爬虫措施,还需处理相关情况,最后将爬取的数据存储为结构化格式或进行清洗处理以便后续分析。</p> <p>不过,在采集文章时需要注意版权问题,确保采集行为符合相关法律法规和网站的使用条款,避免侵权纠纷</p> <h3>wordpress如何实现标签文章列表</h3> <p> 1.你需要创建一个widget,在谷歌里搜索widget api,找到官方文档,文档里有创建widget的示例代码</p> <p>2.在widget的public function form($instance)函数中定义一个下拉列表,里面列出所有的tag标签,tag标签可以用get tags()函数获得,这样你就能在widget里面选择要显示哪个tag下的文章了。记得在public function update函数中保存选择的tag</p> <p>3.在public function widget($args,$instance)中写上你要显示的内容。从你截图看,第一篇文章显示特色图像(调用the_post_thumbnail()),标题和摘要。后面的现实列表。</p> <p>你可以从widget参数获得要选择哪个tag标签下的文章,接下来用get_posts()函数或者WP Query获取文章显示就行了</p> <h3>wordpress分类目录作为菜单如何修改分类目录的title</h3> <p>用插件,CategoryMetaplugin</p> <p>非插件,看下面。</p> <p><!–在主题目录下header.php中的<title>….</title>标签之中修改成你想要的形式。</p> <p>可以直接定义,也可以用get_option()的方式来获取显示–></pre> <p>//(一)用get_option()的方式</p> <p>//先了解下get_option()函数的格式:</p> <p><?phpechoget_option($showsth);?>或者<?phpechoget_option(“showsth”);?></p> <p>这里$showsth可以是自己定义,具体操作可以到wp_options表里查询;</p> <p>比如<?phpechoget_option(“blogname”);?>//得到你的blog的名</p> <p><?php$admin_email=get_option(‘admin_email’);?>//得到你的blog的email,有人发帖就会给自己发邮件。</p> <p><title><?phpif(is_home()){</p> <p>bloginfo('name');echo”-随便自定义”;//这里判定如果是首页,标题就显示:站名-随便自定义</p> <p>}elseif(is_category()){</p> <p>single_cat_title();echo”|随便自定义”;//这里判定如果是分类目录,标题就显示:分类目录名称|随便自定义</p> <p>}elseif(is_single()||is_page()){</p> <p>single_post_title();echo”-随便自定义”;//这里判定如果是文章页,标题就显示:文章标题-随便自定义</p> <p>}else{</p> <p>wp_title('',true);</p> <p>}?></title></p> <p>3.在或者就是用All in one seo插件,全部页面都可以自定义titile、keyword、description。</p> </div> <div class="em09 muted-3-color"><div><span>©</span> 版权声明</div><div class="posts-copyright">文章版权归作者所有,未经允许请勿转载。</div></div><div class="text-center theme-box muted-3-color box-body separator em09">THE END</div><div class="theme-box article-tags"><a class="but ml6 radius c-blue" title="查看更多分类文章" href="https://www.emoban.com/zhishi"><i class="fa fa-folder-open-o" aria-hidden="true"></i>WordPress建站知识</a><br></div> </div> <div class="text-center muted-3-color box-body em09">喜欢就支持一下吧</div><div class="text-center post-actions"><a href="javascript:;" data-action="like" class="action action-like" data-pid="974"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-like"></use></svg><text>点赞</text><count>14</count></a><span class="hover-show dropup action action-share"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-share"></use></svg><text>分享</text><div class="zib-widget hover-show-con share-button dropdown-menu"><div><a rel="nofollow" class="share-btn qzone" target="_blank" title="QQ空间" href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://www.emoban.com/zhishi/974.html&title=wordpress获取文章标题(wordpress只显示文章标题)-易模板&pics=&summary=在WordPress这个强大的内容管理系统(CMS)中,文章标题是吸引读者眼球的关键。一个吸引人的文章标题能够激发读者的阅读兴趣,提高文章的点击率。如何在WordPress中获取文章标题呢?本文将为你详细介绍WordPress获取文章标题的方法,让你轻松掌握这一技巧。一、通过主题模板获取文章标题WordPress主题模板是获取文章标题最直接的方法。以下是一..."><icon><svg class="icon" aria-hidden="true"><use xlink:href="#icon-qzone-color"></use></svg></icon><text>QQ空间<text></a><a rel="nofollow" class="share-btn weibo" target="_blank" title="微博" href="https://service.weibo.com/share/share.php?url=https://www.emoban.com/zhishi/974.html&title=wordpress获取文章标题(wordpress只显示文章标题)-易模板&pic=&searchPic=false"><icon><svg class="icon" aria-hidden="true"><use xlink:href="#icon-weibo-color"></use></svg></icon><text>微博<text></a><a rel="nofollow" class="share-btn qq" target="_blank" title="QQ好友" href="https://connect.qq.com/widget/shareqq/index.html?url=https://www.emoban.com/zhishi/974.html&title=wordpress获取文章标题(wordpress只显示文章标题)-易模板&pics=&desc=在WordPress这个强大的内容管理系统(CMS)中,文章标题是吸引读者眼球的关键。一个吸引人的文章标题能够激发读者的阅读兴趣,提高文章的点击率。如何在WordPress中获取文章标题呢?本文将为你详细介绍WordPress获取文章标题的方法,让你轻松掌握这一技巧。一、通过主题模板获取文章标题WordPress主题模板是获取文章标题最直接的方法。以下是一..."><icon><svg class="icon" aria-hidden="true"><use xlink:href="#icon-qq-color"></use></svg></icon><text>QQ好友<text></a><a rel="nofollow" class="share-btn poster" poster-share="974" title="海报分享" href="javascript:;"><icon><svg class="icon" aria-hidden="true"><use xlink:href="#icon-poster-color"></use></svg></icon><text>海报分享<text></a><a rel="nofollow" class="share-btn copy" data-clipboard-text="https://www.emoban.com/zhishi/974.html" data-clipboard-tag="链接" title="复制链接" href="javascript:;"><icon><svg class="icon" aria-hidden="true"><use xlink:href="#icon-copy-color"></use></svg></icon><text>复制链接<text></a></div></div></span><a href="javascript:;" class="action action-favorite signin-loader" data-pid="974"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-favorite"></use></svg><text>收藏</text><count></count></a></div></article><div class="user-card zib-widget author"> <div class="card-content mt10 relative"> <div class="user-content"> <div class="user-avatar"><a href="https://www.emoban.com/author/1"><span class="avatar-img avatar-lg"><img alt="Edc的头像-易模板" src="http://www.emoban.com/wp-content/uploads/2025/09/user.jpg" data-src="//www.emoban.com/wp-content/uploads/2025/09/user.jpg" class="lazyload avatar avatar-id-1"></span></a></div> <div class="user-info mt20 mb10"> <div class="user-name flex jc"><name class="flex1 flex ac"><a class="display-name text-ellipsis " href="https://www.emoban.com/author/1">Edc</a><img class="lazyload img-icon ml3" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail-null.svg" data-src="http://www.emoban.com/wp-content/themes/zibll/img/user-level-3.png" data-toggle="tooltip" title="LV3" alt="等级-LV3-易模板"><a href="javascript:;" class="focus-color ml10 follow flex0 signin-loader" data-pid="1"><count><i class="fa fa-heart-o mr3" aria-hidden="true"></i>关注</count></a></name></div> <div class="author-tag mt10 mini-scrollbar"><a class="but c-blue-2 tag-forum-post" data-toggle="tooltip" title="共0篇帖子" href="https://www.emoban.com/author/1?tab=forum"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-posts"></use></svg>0</a><a class="but c-blue tag-posts" data-toggle="tooltip" title="共2.2W+篇文章" href="https://www.emoban.com/author/1"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-post"></use></svg>2.2W+</a><a class="but c-green tag-comment" data-toggle="tooltip" title="共0条评论" href="https://www.emoban.com/author/1?tab=comment"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-comment"></use></svg>0</a><span class="badg c-yellow tag-like" data-toggle="tooltip" title="获得21.5W+个点赞"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-like"></use></svg>21.5W+</span><span class="badg c-red tag-view" data-toggle="tooltip" title="人气值 77.5W+"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-hot"></use></svg>77.5W+</span></div> <div class="user-desc mt10 muted-2-color em09">这家伙很懒,什么都没有写...</div> </div> </div> <div class="swiper-container more-posts swiper-scroll"><div class="swiper-wrapper"><div class="swiper-slide mr10"><a href="https://www.emoban.com/wordpress/15.html"><div class="graphic hover-zoom-img em09 style-3" style="padding-bottom: 70%!important;"><img class="fit-cover lazyload" data-src="https://www.emoban.com/wp-content/uploads/2025/02/ZBi演示-1-498x800.png" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail.svg" alt="WordPress博客主题:WPCMS-ZBi-易模板"><div class="abs-center left-bottom graphic-text text-ellipsis">WordPress博客主题:WPCMS-ZBi</div><div class="abs-center left-bottom graphic-text"><div class="em09 opacity8">WordPress博客主题:WPCMS-ZBi</div><div class="px12 opacity8 mt6"><item>8个月前</item><item class="pull-right"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-view"></use></svg> 213</item></div></div></div></a></div><div class="swiper-slide mr10"><a href="https://www.emoban.com/zhishi/2948.html"><div class="graphic hover-zoom-img em09 style-3" style="padding-bottom: 70%!important;"><img class="fit-cover lazyload" data-src="http://www.emoban.com/wp-content/uploads/2025/09/default.png" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail.svg" alt="免费空间 wordpress(免费空间网站申请)-易模板"><div class="abs-center left-bottom graphic-text text-ellipsis">免费空间 wordpress(免费空间网站申请)</div><div class="abs-center left-bottom graphic-text"><div class="em09 opacity8">免费空间 wordpress(免费空间网站申请)</div><div class="px12 opacity8 mt6"><item>1个月前</item><item class="pull-right"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-view"></use></svg> 204</item></div></div></div></a></div><div class="swiper-slide mr10"><a href="https://www.emoban.com/jiaocheng/18.html"><div class="graphic hover-zoom-img em09 style-3" style="padding-bottom: 70%!important;"><img class="fit-cover lazyload" data-src="https://www.emoban.com/wp-content/uploads/2025/02/1.png" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail.svg" alt="为什么大多数人选择使用WordPress搭建外贸独立站?-易模板"><div class="abs-center left-bottom graphic-text text-ellipsis">为什么大多数人选择使用WordPress搭建外贸独立站?</div><div class="abs-center left-bottom graphic-text"><div class="em09 opacity8">为什么大多数人选择使用WordPress搭建外贸独立站?</div><div class="px12 opacity8 mt6"><item>8个月前</item><item class="pull-right"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-view"></use></svg> 124</item></div></div></div></a></div><div class="swiper-slide mr10"><a href="https://www.emoban.com/jiaocheng/41.html"><div class="graphic hover-zoom-img em09 style-3" style="padding-bottom: 70%!important;"><img class="fit-cover lazyload" data-src="https://www.emoban.com/wp-content/uploads/2025/03/640-1024x514-1-800x402.png" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail.svg" alt="如何解决WordPress主题缺少style.css文件的问题-易模板"><div class="abs-center left-bottom graphic-text text-ellipsis">如何解决WordPress主题缺少style.css文件的问题</div><div class="abs-center left-bottom graphic-text"><div class="em09 opacity8">如何解决WordPress主题缺少style.css文件的问题</div><div class="px12 opacity8 mt6"><item>7个月前</item><item class="pull-right"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-view"></use></svg> 89</item></div></div></div></a></div><div class="swiper-slide mr10"><a href="https://www.emoban.com/jiaocheng/45.html"><div class="graphic hover-zoom-img em09 style-3" style="padding-bottom: 70%!important;"><img class="fit-cover lazyload" data-src="https://www.emoban.com/wp-content/uploads/2025/03/640-1-800x340.png" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail.svg" alt="WordPress是干什么的?全面解析WordPress的功能与用途-易模板"><div class="abs-center left-bottom graphic-text text-ellipsis">WordPress是干什么的?全面解析WordPress的功能与用途</div><div class="abs-center left-bottom graphic-text"><div class="em09 opacity8">WordPress是干什么的?全面解析WordPress的功能与用途</div><div class="px12 opacity8 mt6"><item>7个月前</item><item class="pull-right"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-view"></use></svg> 85</item></div></div></div></a></div><div class="swiper-slide mr10"><a href="https://www.emoban.com/zhishi/786.html"><div class="graphic hover-zoom-img em09 style-3" style="padding-bottom: 70%!important;"><img class="fit-cover lazyload" data-src="http://www.emoban.com/wp-content/uploads/2025/09/default.png" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail.svg" alt="wordpress 前台用户(wordpress前台登录插件)-易模板"><div class="abs-center left-bottom graphic-text text-ellipsis">wordpress 前台用户(wordpress前台登录插件)</div><div class="abs-center left-bottom graphic-text"><div class="em09 opacity8">wordpress 前台用户(wordpress前台登录插件)</div><div class="px12 opacity8 mt6"><item>1个月前</item><item class="pull-right"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-view"></use></svg> 84</item></div></div></div></a></div></div><div class="swiper-button-prev"></div><div class="swiper-button-next"></div></div> </div> </div> <div class="theme-box" style="height:99px"> <nav class="article-nav"> <div class="main-bg box-body radius8 main-shadow"> <a href="https://www.emoban.com/zhishi/972.html"> <p class="muted-2-color"><i class="fa fa-angle-left em12"></i><i class="fa fa-angle-left em12 mr6"></i>上一篇</p> <div class="text-ellipsis-2"> wordpress餐饮主题(wordpress商店主题) </div> </a> </div> <div class="main-bg box-body radius8 main-shadow"> <a href="https://www.emoban.com/zhishi/976.html"> <p class="muted-2-color">下一篇<i class="fa fa-angle-right em12 ml6"></i><i class="fa fa-angle-right em12"></i></p> <div class="text-ellipsis-2"> wordpress淘宝客主题(wp淘宝客主题下载) </div> </a> </div> </nav> </div> <div class="theme-box relates relates-thumb"> <div class="box-body notop"> <div class="title-theme">相关推荐</div> </div><div class="zib-widget"><div class="swiper-container swiper-scroll"><div class="swiper-wrapper"><div class="swiper-slide mr10"><a href="https://www.emoban.com/zhishi/2948.html"><div class="graphic hover-zoom-img mb10 style-3" style="padding-bottom: 70%!important;"><img class="fit-cover lazyload" data-src="http://www.emoban.com/wp-content/uploads/2025/09/default.png" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail.svg" alt="免费空间 wordpress(免费空间网站申请)-易模板"><div class="abs-center left-bottom graphic-text text-ellipsis">免费空间 wordpress(免费空间网站申请)</div><div class="abs-center left-bottom graphic-text"><div class="em09 opacity8">免费空间 wordpress(免费空间网站申请)</div><div class="px12 opacity8 mt6"><item>1个月前</item><item class="pull-right"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-view"></use></svg> 204</item></div></div></div></a></div><div class="swiper-slide mr10"><a href="https://www.emoban.com/zhishi/3378.html"><div class="graphic hover-zoom-img mb10 style-3" style="padding-bottom: 70%!important;"><img class="fit-cover lazyload" data-src="http://www.emoban.com/wp-content/uploads/2025/09/default.png" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail.svg" alt="wordpress 破解主题(wordpress主题域名授权破解)-易模板"><div class="abs-center left-bottom graphic-text text-ellipsis">wordpress 破解主题(wordpress主题域名授权破解)</div><div class="abs-center left-bottom graphic-text"><div class="em09 opacity8">wordpress 破解主题(wordpress主题域名授权破解)</div><div class="px12 opacity8 mt6"><item>1个月前</item><item class="pull-right"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-view"></use></svg> 84</item></div></div></div></a></div><div class="swiper-slide mr10"><a href="https://www.emoban.com/zhishi/786.html"><div class="graphic hover-zoom-img mb10 style-3" style="padding-bottom: 70%!important;"><img class="fit-cover lazyload" data-src="http://www.emoban.com/wp-content/uploads/2025/09/default.png" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail.svg" alt="wordpress 前台用户(wordpress前台登录插件)-易模板"><div class="abs-center left-bottom graphic-text text-ellipsis">wordpress 前台用户(wordpress前台登录插件)</div><div class="abs-center left-bottom graphic-text"><div class="em09 opacity8">wordpress 前台用户(wordpress前台登录插件)</div><div class="px12 opacity8 mt6"><item>1个月前</item><item class="pull-right"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-view"></use></svg> 84</item></div></div></div></a></div><div class="swiper-slide mr10"><a href="https://www.emoban.com/zhishi/1550.html"><div class="graphic hover-zoom-img mb10 style-3" style="padding-bottom: 70%!important;"><img class="fit-cover lazyload" data-src="http://www.emoban.com/wp-content/uploads/2025/09/default.png" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail.svg" alt="wordpress robots.txt写法(wordpress rce)-易模板"><div class="abs-center left-bottom graphic-text text-ellipsis">wordpress robots.txt写法(wordpress rce)</div><div class="abs-center left-bottom graphic-text"><div class="em09 opacity8">wordpress robots.txt写法(wordpress rce)</div><div class="px12 opacity8 mt6"><item>1个月前</item><item class="pull-right"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-view"></use></svg> 83</item></div></div></div></a></div><div class="swiper-slide mr10"><a href="https://www.emoban.com/zhishi/3114.html"><div class="graphic hover-zoom-img mb10 style-3" style="padding-bottom: 70%!important;"><img class="fit-cover lazyload" data-src="http://www.emoban.com/wp-content/uploads/2025/09/default.png" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail.svg" alt="免费wordpress模板下载(wordpress 免费模板)-易模板"><div class="abs-center left-bottom graphic-text text-ellipsis">免费wordpress模板下载(wordpress 免费模板)</div><div class="abs-center left-bottom graphic-text"><div class="em09 opacity8">免费wordpress模板下载(wordpress 免费模板)</div><div class="px12 opacity8 mt6"><item>1个月前</item><item class="pull-right"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-view"></use></svg> 81</item></div></div></div></a></div><div class="swiper-slide mr10"><a href="https://www.emoban.com/zhishi/1530.html"><div class="graphic hover-zoom-img mb10 style-3" style="padding-bottom: 70%!important;"><img class="fit-cover lazyload" data-src="http://www.emoban.com/wp-content/uploads/2025/09/default.png" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail.svg" alt="免费wordpress中文主题(wordpress收费主题排行)-易模板"><div class="abs-center left-bottom graphic-text text-ellipsis">免费wordpress中文主题(wordpress收费主题排行)</div><div class="abs-center left-bottom graphic-text"><div class="em09 opacity8">免费wordpress中文主题(wordpress收费主题排行)</div><div class="px12 opacity8 mt6"><item>1个月前</item><item class="pull-right"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-view"></use></svg> 78</item></div></div></div></a></div></div><div class="swiper-button-prev"></div><div class="swiper-button-next"></div></div></div></div> </div> </div> <div class="sidebar"> </div></main> <div class="container fluid-widget"></div><footer class="footer"> <div class="container-fluid container-footer"> <ul class="list-inline"><li class="hidden-xs" style="max-width: 300px;"><p><a class="footer-logo" href="https://www.emoban.com" title="免费网站模板源码下载_WordPress主题模板-易模板"> <img src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail-sm.svg" data-src="http://www.emoban.com/wp-content/uploads/2025/02/logo-footer.png" switch-src="http://www.emoban.com/wp-content/uploads/2025/02/logo-footer.png" alt="免费网站模板源码下载_WordPress主题模板-易模板" class="lazyload" style="height: 40px;"> </a></p><div class="footer-muted em09">易模板(www.emoban.com)是一个网站模板源码下载平台,提供海量原创企业网站,博客网站,CMS资讯网站,外贸商城网站模板等WordPress主题,还可为站长提供wordpress原创主题模板定制开发建站服务。</div></li><li style="max-width: 550px;"><p class="fcode-links"><a href="http://www.emoban.com/">wordpress主题模板</a> <a href="http://www.emoban.com/">wordpress主题教程</a> <a href="http://www.emoban.com/">wordpress开发教程</a> <a href="http://www.emoban.com/">wordpress定制开发</a></p><div class="footer-muted em09">Copyright © 2025 · <a href="http://www.emoban.com/">易模板</a> · <a href="http://beian.miit.gov.cn/" target="_blank" rel="nofollow noopener">湘ICP备2024079989号-1  </a></div><div class="footer-contact mt10"><a class="toggle-radius hover-show nowave" href="javascript:;"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-d-wechat"></use></svg><div class="hover-show-con footer-wechat-img"><img style="box-shadow: 0 5px 10px rgba(0,0,0,.2); border-radius:4px;" height="100" class="lazyload" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail-sm.svg" data-src="http://www.emoban.com/wp-content/uploads/2025/02/gzh.jpg" alt="扫一扫加微信-易模板"></div></a><a class="toggle-radius" data-toggle="tooltip" target="_blank" title="QQ联系" href="https://wpa.qq.com/msgrd?v=3&uin=1444646479&site=qq&menu=yes"><svg class="icon" aria-hidden="true" data-viewBox="-50 0 1100 1100" viewBox="-50 0 1100 1100"><use xlink:href="#icon-d-qq"></use></svg></a><a class="toggle-radius" data-toggle="tooltip" title="发邮件" href="mailto:1444646479@qq.com"><svg class="icon" aria-hidden="true" data-viewBox="-20 80 1024 1024" viewBox="-20 80 1024 1024"><use xlink:href="#icon-d-email"></use></svg></a></div></li><li><div class="footer-miniimg" data-toggle="tooltip" title="关注微信公众号"> <p> <img class="lazyload" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail-sm.svg" data-src="http://www.emoban.com/wp-content/uploads/2025/02/gzh.jpg" alt="关注微信公众号-易模板"> </p> <span class="opacity8 em09">关注微信公众号</span> </div></li></ul> </div> </footer> <script type="text/javascript"> window._win = { views: '974', www: 'https://www.emoban.com', uri: 'https://www.emoban.com/wp-content/themes/zibll', ver: '8.1', imgbox: '1', imgbox_type: 'group', imgbox_thumbs: '1', imgbox_zoom: '1', imgbox_full: '1', imgbox_play: '1', imgbox_down: '1', sign_type: 'modal', signin_url: 'https://www.emoban.com/user-sign?tab=signin&redirect_to=https%3A%2F%2Fwww.emoban.com%2Fzhishi%2F974.html', signup_url: 'https://www.emoban.com/user-sign?tab=signup&redirect_to=https%3A%2F%2Fwww.emoban.com%2Fzhishi%2F974.html', ajax_url: 'https://www.emoban.com/wp-admin/admin-ajax.php', ajaxpager: '', ajax_trigger: '<i class="fa fa-angle-right"></i>加载更多', ajax_nomore: '没有更多内容了', qj_loading: '', highlight_kg: '1', highlight_hh: '', highlight_btn: '1', highlight_zt: 'enlighter', highlight_white_zt: 'enlighter', highlight_dark_zt: 'dracula', upload_img_size: '3', img_upload_multiple: '6', upload_video_size: '30', upload_file_size: '30', upload_ext: 'jpg|jpeg|jpe|gif|png|bmp|tiff|tif|webp|avif|ico|heic|heif|heics|heifs|asf|asx|wmv|wmx|wm|avi|divx|flv|mov|qt|mpeg|mpg|mpe|mp4|m4v|ogv|webm|mkv|3gp|3gpp|3g2|3gp2|txt|asc|c|cc|h|srt|csv|tsv|ics|rtx|css|vtt|dfxp|mp3|m4a|m4b|aac|ra|ram|wav|ogg|oga|flac|mid|midi|wma|wax|mka|rtf|pdf|class|tar|zip|gz|gzip|rar|7z|psd|xcf|doc|pot|pps|ppt|wri|xla|xls|xlt|xlw|mdb|mpp|docx|docm|dotx|dotm|xlsx|xlsm|xlsb|xltx|xltm|xlam|pptx|pptm|ppsx|ppsm|potx|potm|ppam|sldx|sldm|onetoc|onetoc2|onetmp|onepkg|oxps|xps|odt|odp|ods|odg|odc|odb|odf|wp|wpd|key|numbers|pages', user_upload_nonce: 'a52fb02717', is_split_upload: '1', split_minimum_size: '20', comment_upload_img: '' } </script> <div class="float-right round position-bottom"><a style="--this-color:#f2a310;--this-bg:rgba(255,255,255,0.9);" class="float-btn signin-loader" data-toggle="tooltip" data-placement="left" title="开通会员" href="javascript:;"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-vip_1"></use></svg></a><a style="--this-color:#0099ff;--this-bg:#ffffff;" class="float-btn service-qq" data-toggle="tooltip" data-placement="left" title="QQ联系" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=1444646479&site=qq&menu=yes"><i class="fa fa-qq"></i></a><a style="--this-color:#2aae67;--this-bg:#ffffff;" class="float-btn service-wechat hover-show nowave" title="扫码添加微信" href="javascript:;"><i class="fa fa-wechat"></i><div class="hover-show-con dropdown-menu"><img class="radius4 relative" width="100%" class="lazyload" src="https://www.emoban.com/wp-content/themes/zibll/img/thumbnail-sm.svg" data-src="http://www.emoban.com/wp-content/uploads/2025/02/gzh.jpg" alt="扫码添加微信-易模板"></div></a><span class="float-btn qrcode-btn hover-show service-wechat"><i class="fa fa-qrcode"></i><div class="hover-show-con dropdown-menu"><div class="qrcode" data-size="100"></div><div class="mt6 px12 muted-color">在手机上浏览此页面</div></div></span><a class="float-btn ontop fade" data-toggle="tooltip" data-placement="left" title="返回顶部" href="javascript:(scrollTopTo());"><i class="fa fa-angle-up em12"></i></a></div><div mini-touch="nav_search" touch-direction="top" class="main-search fixed-body main-bg box-body navbar-search nopw-sm"><div class="container"><div class="mb20"><button class="close" data-toggle-class data-target=".navbar-search" ><svg class="ic-close" aria-hidden="true"><use xlink:href="#icon-close"></use></svg></button></div><div remote-box="https://www.emoban.com/wp-admin/admin-ajax.php?action=search_box" load-click><div class="search-input"><p><i class="placeholder s1 mr6"></i><i class="placeholder s1 mr6"></i><i class="placeholder s1 mr6"></i></p><p class="placeholder k2"></p> <p class="placeholder t1"></p><p><i class="placeholder s1 mr6"></i><i class="placeholder s1 mr6"></i><i class="placeholder s1 mr6"></i><i class="placeholder s1 mr6"></i></p><p class="placeholder k1"></p><p class="placeholder t1"></p><p></p> <p class="placeholder k1" style="height: 80px;"></p> </div></div></div></div> <div class="modal fade" id="u_sign" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="sign-content"> <div class="sign zib-widget blur-bg relative"> <button class="close" data-dismiss="modal"> <svg class="ic-close" aria-hidden="true" data-viewBox="0 0 1024 1024" viewBox="0 0 1024 1024"><use xlink:href="#icon-close"></use></svg> </button> <div class="tab-content"><div class="tab-pane fade active in" id="tab-sign-in"><div class="box-body"><div class="title-h-left fa-2x">登录</div><a class="muted-color px12" href="#tab-sign-up" data-toggle="tab">没有账号?立即注册<i class="em12 ml3 fa fa-angle-right"></i></a></div><div id="sign-in"><form><div class="relative line-form mb10"><input type="text" name="username" class="line-form-input" tabindex="1" placeholder=""><i class="line-form-line"></i><div class="scale-placeholder">用户名或邮箱</div></div><div class="relative line-form mb10"><input type="password" name="password" class="line-form-input" tabindex="2" placeholder=""><div class="scale-placeholder">登录密码</div><div class="abs-right passw muted-2-color"><i class="fa-fw fa fa-eye"></i></div><i class="line-form-line"></i></div><input machine-verification="slider" type="hidden" name="captcha_mode" value="slider" slider-id=""><div class="relative line-form mb10 em09"><span class="muted-color form-checkbox"><input type="checkbox" id="remember" checked="checked" tabindex="4" name="remember" value="forever"><label for="remember" class="ml3">记住登录</label></span><span class="pull-right muted-2-color"><a rel="nofollow" class="muted-2-color" href="https://www.emoban.com/user-sign?tab=resetpassword&redirect_to=https%3A%2F%2Fwww.emoban.com%2Fzhishi%2F974.html">找回密码</a></span></div><div class="box-body"><input type="hidden" name="action" value="user_signin"><button type="button" class="but radius jb-blue padding-lg signsubmit-loader btn-block"><i class="fa fa-sign-in mr10"></i>登录</button></div></form></div></div><div class="tab-pane fade" id="tab-sign-up"><div class="box-body"><div class="title-h-left fa-2x">注册</div><a class="muted-color px12" href="#tab-sign-in" data-toggle="tab">已有账号,立即登录<i class="em12 ml3 fa fa-angle-right"></i></a></div><form id="sign-up"><div class="relative line-form mb10"><input type="text" name="name" class="line-form-input" tabindex="1" placeholder=""><i class="line-form-line"></i><div class="scale-placeholder">设置用户名</div></div><div class="relative line-form mb10"><input type="password" name="password2" class="line-form-input" tabindex="3" placeholder=""><div class="scale-placeholder">设置密码</div><div class="abs-right passw muted-2-color"><i class="fa-fw fa fa-eye"></i></div><i class="line-form-line"></i></div><div class="relative line-form mb10"><input type="password" name="repassword" class="line-form-input" tabindex="4" placeholder=""><div class="scale-placeholder">重复密码</div><div class="abs-right passw muted-2-color"><i class="fa-fw fa fa-eye"></i></div><i class="line-form-line"></i></div><input machine-verification="slider" type="hidden" name="captcha_mode" value="slider" slider-id=""><div class="box-body"><input type="hidden" name="action" value="user_signup"><button type="button" class="but radius jb-green padding-lg signsubmit-loader btn-block"><svg class="icon mr10" aria-hidden="true" data-viewBox="0 0 1024 1024" viewBox="0 0 1024 1024"><use xlink:href="#icon-signup"></use></svg>注册</button></div></form></div></div> </div> </div> </div> </div> <script type="text/javascript" src="https://www.emoban.com/wp-content/themes/zibll/js/libs/bootstrap.min.js?ver=8.1" id="bootstrap-js"></script> <script type="text/javascript" src="https://www.emoban.com/wp-content/themes/zibll/js/loader.js?ver=8.1" id="_loader-js"></script> <script type="text/javascript" src="https://www.emoban.com/wp-content/themes/zibll/inc/functions/bbs/assets/js/main.min.js?ver=8.1" id="forums-js"></script> <!--FOOTER_CODE_START--> <script> var _mtj = _mtj || []; (function () { var mtj = document.createElement("script"); mtj.src = "https://node90.aizhantj.com:21233/tjjs/?k=bagbu6q3spz"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(mtj, s); })(); </script> <!--FOOTER_CODE_END--> <!--baidu_push_js--> <script type="text/javascript"> (function() { var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> <!--baidu_push_js--> <script type="text/javascript"> console.log("数据库查询:53次 | 页面生成耗时:3406.342ms"); </script> </body> </html>