昨天,Happy Prime 所有者兼工程师 Jeremy Felt 发布了 Short Notes,这是一个用于从 WordPress 编辑器编写笔记的插件。目标是让用户创建简短的内容,例如在 Twitter、Instagram 和类似社交网络上找到的内容。但是,它并没有自带前端发布接口,至少在 1.0 版本中没有。

该插件的工作方式类似于帖子和页面编辑器。对于大多数用户来说,它应该很简单。

虽然Shortnotes插件还比较简单,但是可以作为更多功能的基础。使社交网络具有吸引力的部分原因在于可以轻松发布快速内容。通过插件发布评论需要访问 WordPress 管理员,单击“添加新”,编写内容,发布,然后单击新链接以在前端查看。通过仪表板小部件或前端表单快速发布的界面将是一个有用的补充。

在区块编辑器中记录帖子类型。

一些并非所有用户都熟悉的新概念是回复 URL 和回复名称字段。这些是用于创建注释以回复其他帖子或网络上的人的语义字段。插件会自动在前端输出这个回复链接。

此插件与 Webmention 插件兼容。 Webmention 是用于网络上提及和对话的标准化协议。目标是创建一个去中心化的社交“网络”,其内容由每个人拥有和控制。它是 IndieNet 所称的大型科技公司可以控制的“企业”网络的替代方案。

当您输入 URL 回复时,Shortnotes 会自动通过 Webmentions 插件系统发送该 URL。它还将帖子内容中的 URL 解析为网络提及(如果存在)。

用户可能还会注意到笔记标题字段丢失了。这是故意的。该插件会自动生成标头。 标签需要它们,例如搜索引擎使用的标签。 </p> <p>这个想法是让标题远离主题布局。因为大多数主题在显示之前都没有针对后检查类型支持进行编码,所以用户主题很有可能会在前端输出自动生成的标题。目前,这意味着为不需要的主题编辑一些主题代码。 Felt 有一个例子,说明他如何为他的站点修改这个自定义的“二十一二十一”子主题。从长远来看,随着越来越多的主题开始支持即将推出的站点编辑器,用户将能够直接在 WordPress 管理员中进行此自定义。 </p> <p>通过一些调整,例如删除标题和一些小的 CSS 调整,我能够使用 Genesis Block 主题创建一个干净的 Notes 存档页面:</p> <p><img src="https :/ /static.themez.cn/wp-content/uploads/2023/02/1677269468386.jpg" />修改笔记存档。 </p> <p>我检查这个项目的兴趣之一是深入研究一个限制哪些块可以与编辑器一起使用的插件的真实示例。评论帖子类型只允许“段落”、“图像”和“图库”块。同样,我们的想法是复制您在社交网络上可以做的事情的感觉。总体而言,此功能按预期工作,将评论限制在部分块中。 </p> <p>但是,我在块编辑器中遇到了一个错误。所有块图案,无论它们包含什么块,都会出现在插入器中。单击包含不允许的块的块将不会将其插入到帖子中。但是,编辑器确实添加了它拥有的弹出式评论。这个错误有一个 GitHub 问题,自 2020 年 6 月打开以来几乎没有动静。</p> <p>Feel 创建了一个插件来解决这个注销损坏模式的问题。它删除任何包含帖子类型不支持的块的模式。充其量,这是一个临时措施,需要在 WordPress 中解决。 </p> <p><strong>像这样:</strong></p> <p>图片加载中...</p> <p>来源</p> <div class="post-note alert alert-warning mt-2" role="alert"><small><strong>声明:</strong><br>1,本站分享的资源来源于用户上传或者网络分享,如有侵权请邮件<a href="https://www.themez.cn/lyb" nofollow noopener noreferrer/>联系站长</a>!<br> 2,本站软件分享目的仅供大家学习和交流,请不要用于商业用途,下载后请于24小时后删除!<br> 3,如果你也有好的源码或者教程,可以投稿到本站!<br> 4,本站提供的源码资源部不包含技术服务请大家谅解!<br> 5,如有链接无法下载,请联系站长!<br> 6,<font color="#FF0000">特别声明:仅供参考学习,不提供技术支持,建议购买正版!如果源码侵犯了您的利益请留言告知!!</font></small></div> <div class="entry-share"> <div class="row"> <div class="col d-none d-lg-block"> <a class="share-author" href="https://www.themez.cn/author/主题网"> <img alt='' data-src='//www.themez.cn/wp-content/themes/ripro-v2/assets/img/avatar.png' class='lazyload avatar avatar-50 photo' height='50' width='50' />主题网<span class="badge badge-info-lighten" ">普通</span> </a> </div> <div class="col-auto mb-3 mb-lg-0"> <button class="go-star-btn btn btn-sm btn-white" data-id="7363"><i class="far fa-star"></i> 收藏</button> <button class="go-copy btn btn-sm btn-white" data-toggle="tooltip" data-placement="top" title="点击复制链接" data-clipboard-text="https://www.themez.cn/7363.html"><i class="fas fa-link"></i> 链接</button> </div> </div> </div> <!-- 主题预览与下载 --> <!-- End 主题预览与下载--> </div> </div> </article> <div class="entry-navigation"> <div class="row"> <div class="col-lg-6 col-12"> <a class="entry-page-prev" href="https://www.themez.cn/7362.html" title="什么是HTTPS?"> <div class="entry-page-icon"><i class="fas fa-arrow-left"></i></div> <div class="entry-page-info"> <span class="d-block rnav">上一篇</span> <span class="d-block title">什么是HTTPS?</span> </div> </a> </div> <div class="col-lg-6 col-12"> <a class="entry-page-next" href="https://www.themez.cn/7364.html" title="2021默认WordPress主题概述"> <div class="entry-page-info"> <span class="d-block rnav">下一篇</span> <span class="d-block title">2021默认WordPress主题概述</span> </div> <div class="entry-page-icon"><i class="fas fa-arrow-right"></i></div> </a> </div> </div> </div> <div class="related-posts"> <h3 class="u-border-title">相关文章</h3> <div class="row"> <div class="col-lg-6 col-12"> <article id="post-12590" class="post post-list post-12590 type-post status-publish format-standard hentry category-wplearn"> <div class="entry-media"><div class="placeholder" style="padding-bottom: 66.666666666667%"><a href="https://www.themez.cn/12590.html" title="2019 WordPress SEO初学者指南" rel="nofollow noopener noreferrer"><img class="lazyload" data-src="https://static.themez.cn/wp-content/uploads/2023/02/1677300075446.png" src="https://www.themez.cn/wp-content/themes/ripro-v2/assets/img/thumb-ing.gif" alt="2019 WordPress SEO初学者指南" /></a></div></div> <div class="entry-wrapper"> <header class="entry-header"><h2 class="entry-title"><a href="https://www.themez.cn/12590.html" title="2019 WordPress SEO初学者指南" rel="bookmark">2019 WordPress SEO初学者指南</a></h2></header> <div class="entry-footer"> <div class="entry-meta"> <span class="meta-category"> <a href="https://www.themez.cn/wplearn" rel="category">Wordpress教程</a> </span> <span class="meta-date"> <time datetime="2023-05-16T10:39:55+08:00"> <i class="fa fa-clock-o"></i> 2023-05-16 </time> </span> <span class="meta-views"><i class="fa fa-eye"></i> 365</span> </div> </div> </div> </article> </div> <div class="col-lg-6 col-12"> <article id="post-12589" class="post post-list post-12589 type-post status-publish format-standard hentry category-wplearn"> <div class="entry-media"><div class="placeholder" style="padding-bottom: 66.666666666667%"><a href="https://www.themez.cn/12589.html" title="WordPress SEO:终极指南" rel="nofollow noopener noreferrer"><img class="lazyload" data-src="https://static.themez.cn/wp-content/uploads/2023/02/1677300060494.jpg" src="https://www.themez.cn/wp-content/themes/ripro-v2/assets/img/thumb-ing.gif" alt="WordPress SEO:终极指南" /></a></div></div> <div class="entry-wrapper"> <header class="entry-header"><h2 class="entry-title"><a href="https://www.themez.cn/12589.html" title="WordPress SEO:终极指南" rel="bookmark">WordPress SEO:终极指南</a></h2></header> <div class="entry-footer"> <div class="entry-meta"> <span class="meta-category"> <a href="https://www.themez.cn/wplearn" rel="category">Wordpress教程</a> </span> <span class="meta-date"> <time datetime="2023-05-16T10:24:57+08:00"> <i class="fa fa-clock-o"></i> 2023-05-16 </time> </span> <span class="meta-views"><i class="fa fa-eye"></i> 267</span> </div> </div> </div> </article> </div> <div class="col-lg-6 col-12"> <article id="post-12588" class="post post-list post-12588 type-post status-publish format-standard hentry category-wplearn"> <div class="entry-media"><div class="placeholder" style="padding-bottom: 66.666666666667%"><a href="https://www.themez.cn/12588.html" title="如何翻译WordPress插件" rel="nofollow noopener noreferrer"><img class="lazyload" data-src="https://static.themez.cn/wp-content/uploads/2023/02/1677300055263.png" src="https://www.themez.cn/wp-content/themes/ripro-v2/assets/img/thumb-ing.gif" alt="如何翻译WordPress插件" /></a></div></div> <div class="entry-wrapper"> <header class="entry-header"><h2 class="entry-title"><a href="https://www.themez.cn/12588.html" title="如何翻译WordPress插件" rel="bookmark">如何翻译WordPress插件</a></h2></header> <div class="entry-footer"> <div class="entry-meta"> <span class="meta-category"> <a href="https://www.themez.cn/wplearn" rel="category">Wordpress教程</a> </span> <span class="meta-date"> <time datetime="2023-05-16T10:09:56+08:00"> <i class="fa fa-clock-o"></i> 2023-05-16 </time> </span> <span class="meta-views"><i class="fa fa-eye"></i> 96</span> </div> </div> </div> </article> </div> <div class="col-lg-6 col-12"> <article id="post-12587" class="post post-list post-12587 type-post status-publish format-standard hentry category-wplearn"> <div class="entry-media"><div class="placeholder" style="padding-bottom: 66.666666666667%"><a href="https://www.themez.cn/12587.html" title="WordPress的11款多语言网站翻译插件" rel="nofollow noopener noreferrer"><img class="lazyload" data-src="https://static.themez.cn/wp-content/uploads/2023/06/wp3-1.jpg" src="https://www.themez.cn/wp-content/themes/ripro-v2/assets/img/thumb-ing.gif" alt="WordPress的11款多语言网站翻译插件" /></a></div></div> <div class="entry-wrapper"> <header class="entry-header"><h2 class="entry-title"><a href="https://www.themez.cn/12587.html" title="WordPress的11款多语言网站翻译插件" rel="bookmark">WordPress的11款多语言网站翻译插件</a></h2></header> <div class="entry-footer"> <div class="entry-meta"> <span class="meta-category"> <a href="https://www.themez.cn/wplearn" rel="category">Wordpress教程</a> </span> <span class="meta-date"> <time datetime="2023-05-16T09:55:01+08:00"> <i class="fa fa-clock-o"></i> 2023-05-16 </time> </span> <span class="meta-views"><i class="fa fa-eye"></i> 314</span> </div> </div> </div> </article> </div> <div class="col-lg-6 col-12"> <article id="post-12586" class="post post-list post-12586 type-post status-publish format-standard hentry category-wplearn"> <div class="entry-media"><div class="placeholder" style="padding-bottom: 66.666666666667%"><a href="https://www.themez.cn/12586.html" title="如何将WordPress翻译成任何语言" rel="nofollow noopener noreferrer"><img class="lazyload" data-src="https://static.themez.cn/wp-content/uploads/2023/02/1677300051433.png" src="https://www.themez.cn/wp-content/themes/ripro-v2/assets/img/thumb-ing.gif" alt="如何将WordPress翻译成任何语言" /></a></div></div> <div class="entry-wrapper"> <header class="entry-header"><h2 class="entry-title"><a href="https://www.themez.cn/12586.html" title="如何将WordPress翻译成任何语言" rel="bookmark">如何将WordPress翻译成任何语言</a></h2></header> <div class="entry-footer"> <div class="entry-meta"> <span class="meta-category"> <a href="https://www.themez.cn/wplearn" rel="category">Wordpress教程</a> </span> <span class="meta-date"> <time datetime="2023-05-16T09:39:57+08:00"> <i class="fa fa-clock-o"></i> 2023-05-16 </time> </span> <span class="meta-views"><i class="fa fa-eye"></i> 116</span> </div> </div> </div> </article> </div> <div class="col-lg-6 col-12"> <article id="post-12585" class="post post-list post-12585 type-post status-publish format-standard hentry category-wplearn"> <div class="entry-media"><div class="placeholder" style="padding-bottom: 66.666666666667%"><a href="https://www.themez.cn/12585.html" title="WordPress SEO:实用(和简单)指南" rel="nofollow noopener noreferrer"><img class="lazyload" data-src="https://www.themez.cn/wp-content/uploads/2022/09/20220914153224147.jpg" src="https://www.themez.cn/wp-content/themes/ripro-v2/assets/img/thumb-ing.gif" alt="WordPress SEO:实用(和简单)指南" /></a></div></div> <div class="entry-wrapper"> <header class="entry-header"><h2 class="entry-title"><a href="https://www.themez.cn/12585.html" title="WordPress SEO:实用(和简单)指南" rel="bookmark">WordPress SEO:实用(和简单)指南</a></h2></header> <div class="entry-footer"> <div class="entry-meta"> <span class="meta-category"> <a href="https://www.themez.cn/wplearn" rel="category">Wordpress教程</a> </span> <span class="meta-date"> <time datetime="2023-05-16T09:24:57+08:00"> <i class="fa fa-clock-o"></i> 2023-05-16 </time> </span> <span class="meta-views"><i class="fa fa-eye"></i> 129</span> </div> </div> </div> </article> </div> </div> </div> </div> </div> <div class="sidebar-column col-lg-3"> <aside id="secondary" class="widget-area"> <div id="recent-posts-2" class="widget widget_recent_entries"> <h5 class="widget-title">近期文章</h5> <ul> <li> <a href="https://www.themez.cn/19898.html">WordPress商城主题WooCommerce在线电子商务网站模板Sage主题</a> </li> <li> <a href="https://www.themez.cn/19878.html">闪电博推出的一款WordPress企业主题e-Factory响应式产品展示模板</a> </li> <li> <a href="https://www.themez.cn/19865.html">WordPres企业主题Modular基于WPJAM插件开发的模块化主题</a> </li> <li> <a href="https://www.themez.cn/19854.html">WordPress下载资源站主题/电子书主题/资讯门户主题大促</a> </li> <li> <a href="https://www.themez.cn/19841.html">WordPress可视化多功能Divi主题 v4.22.1 网友分享破解版免费下载</a> </li> </ul> </div></aside><!-- #secondary --> </div> </div> </div> </main><!-- #main --> <footer class="site-footer"> <div class="footer-widget d-none d-lg-block"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md"> <div class="footer-info"> <div class="logo mb-2"> <img class="logo" src="https://static.themez.cn/wp-content/uploads/2023/12/1703585433-logo3-themez.png" alt="Wordpress主题网"> </div> <p class="desc mb-0">Wordpress主题网是一分享Wordpress主题、源码,正版主题模板、插件,wordpress建站教程,wordpress菜鸟教程,wordpress开发与插件相关知识分享的网站</p> </div> </div> <div class="col-lg-9 col-auto widget-warp"> <div class="d-flex justify-content-xl-between"> <div id="nav_menu-2" class="widget widget_nav_menu"><h5 class="widget-title">云主机推荐</h5><div class="menu-%e9%a1%b5%e8%84%9a%e8%8f%9c%e5%8d%951-container"><ul id="menu-%e9%a1%b5%e8%84%9a%e8%8f%9c%e5%8d%951" class="menu"><li id="menu-item-19726" class="menu-item menu-item-type-post_type menu-item-object-surl menu-item-19726"><a rel="nofollow" href="https://www.themez.cn/go/aliyun">阿里云主机</a></li> <li id="menu-item-19724" class="menu-item menu-item-type-post_type menu-item-object-surl menu-item-19724"><a rel="nofollow" href="https://www.themez.cn/go/henghost">恒创香港CN2主机</a></li> <li id="menu-item-19723" class="menu-item menu-item-type-post_type menu-item-object-surl menu-item-19723"><a rel="nofollow" href="https://www.themez.cn/go/bandwagonhost">搬瓦工海外云主机</a></li> <li id="menu-item-19725" class="menu-item menu-item-type-post_type menu-item-object-surl menu-item-19725"><a rel="nofollow" href="https://www.themez.cn/go/linode">Linode海外云主机</a></li> <li id="menu-item-19728" class="menu-item menu-item-type-post_type menu-item-object-surl menu-item-19728"><a rel="nofollow" href="https://www.themez.cn/go/vultr">Vultr海外云主机</a></li> <li id="menu-item-19729" class="menu-item menu-item-type-post_type menu-item-object-surl menu-item-19729"><a rel="nofollow" href="https://www.themez.cn/go/akk">TIKTOK CN2 GIA线路云主机</a></li> </ul></div></div><div id="nav_menu-3" class="widget widget_nav_menu"><h5 class="widget-title">分类导航</h5><div class="menu-%e9%a1%b5%e8%84%9a%e8%8f%9c%e5%8d%952-container"><ul id="menu-%e9%a1%b5%e8%84%9a%e8%8f%9c%e5%8d%952" class="menu"><li id="menu-item-19733" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19733"><a href="https://www.themez.cn/wpzb">WordPress正版主题</a></li> <li id="menu-item-19730" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19730"><a href="https://www.themez.cn/wpqyzt">wordpress企业主题</a></li> <li id="menu-item-19731" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19731"><a href="https://www.themez.cn/wpplugins">WordPress插件</a></li> <li id="menu-item-19732" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-19732"><a href="https://www.themez.cn/wplearn">WordPress教程</a></li> <li id="menu-item-19734" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19734"><a href="https://www.themez.cn/wpnews">WordPress资讯</a></li> <li id="menu-item-19740" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19740"><a target="_blank" rel="nofollow" href="https://www.themez.cn/go/wbdev">WordPress开发</a></li> </ul></div></div><div id="custom_html-2" class="widget_text widget widget_custom_html"><h5 class="widget-title">投稿与建议</h5><div class="textwidget custom-html-widget">Wordpress主题、插件、教程分享,<br/> 欢迎各位原创作者投稿<br/><br/> 对于本站内容,若有建议或者侵权行为,<br/> 请<a href="https://www.themez.cn/lyb" target="_blank" rel="nofollow noopener">留言</a>联系我们,将于尽快处理。</div></div> </div> </div> </div> </div> </div> <div class="footer-copyright d-flex text-center"> <div class="container"> <p class="m-0 small">Copyright © 2016 - 2023 <a href="https://www.themez.cn/">Wordpress主题网</a>-All rights reserved, <br/>Theme By <a href="https://www.themez.cn/go/ritheme" rel="nofollow noindex">Ritheme</a> | 由<a href="https://www.themez.cn/go/qiniu" rel="nofollow noindex">七牛</a>提供云加速服务<span class="sep"> | </span><a href="https://beian.miit.gov.cn" target="_blank" rel="noreferrer nofollow"> 粤ICP备17101492号</a><span class="sep"> | </span></p> </div> </div> </footer><!-- #footer --> </div><!-- #page --> <div class="rollbar"> <ul class="actions"> <li> <a href="https://www.themez.cn/" rel="nofollow noopener noreferrer" data-toggle="tooltip" data-html="true" data-placement="left" title="首页"><i class="fas fa-home"></i></a> </li> <li> <a href="https://curl.qcloud.com/UQrtU1av" rel="nofollow noopener noreferrer" data-toggle="tooltip" data-html="true" data-placement="left" title="云服务器推荐"><i class="far fa-hdd"></i></a> </li> <li> <a href="https://www.themez.cn/user?action=vip" rel="nofollow noopener noreferrer" data-toggle="tooltip" data-html="true" data-placement="left" title="VIP会员"><i class="fa fa-diamond"></i></a> </li> <li> <a href="https://www.themez.cn/user" rel="nofollow noopener noreferrer" data-toggle="tooltip" data-html="true" data-placement="left" title="个人中心"><i class="far fa-user"></i></a> </li> <li> <a href="http://wpa.qq.com/msgrd?v=3&uin=6666666&site=qq&menu=yes" rel="nofollow noopener noreferrer" data-toggle="tooltip" data-html="true" data-placement="left" title="<b>在线客服</b> <u>9:00~21:00</u>"><i class="fab fa-qq"></i></a> </li> </ul> <div class="rollbar-item back-to-top"> <i class="fas fa-chevron-up"></i> </div> </div> <div class="m-menubar"> <ul> <li> <a href="https://www.themez.cn" rel="nofollow noopener noreferrer"><i class="fas fa-home"></i>首页</a> </li> <li> <a href="https://www.themez.cn/wpzb" rel="nofollow noopener noreferrer"><i class="fas fa-layer-group"></i>正版主题</a> </li> <li> <a href="https://www.themez.cn/wplearn" rel="nofollow noopener noreferrer"><i class="fab fa-ello"></i>教程</a> </li> <li> <a href="https://www.themez.cn/user" rel="nofollow noopener noreferrer"><i class="fas fa-user"></i>我的</a> </li> <li> <a href="javacript:void(0);" class="back-to-top" rel="nofollow noopener noreferrer"><i class="fas fa-chevron-up"></i>顶部<span></span></a> </li> </ul> </div> <div id="omnisearch" class="omnisearch"> <div class="container"> <form class="omnisearch-form" method="get" action="https://www.themez.cn/"> <div class="form-group"> <div class="input-group input-group-merge input-group-flush"> <div class="input-group-prepend"> <span class="input-group-text"><i class="fas fa-search"></i></span> </div> <div class="input-group-prepend d-flex align-items-center" style=" max-width: 35%; "> <select name='cat' id='omnisearch-cat' class='selectpicker' > <option value=''>全部</option> <option class="level-0" value="4">wordpress cms主题</option> <option class="level-0" value="1">wordpress主题</option> <option class="level-0" value="3">wordpress企业主题</option> <option class="level-0" value="2">wordpress博客主题</option> <option class="level-0" value="5">wordpress图片主题</option> <option class="level-0" value="1417">Wordpress插件</option> <option class="level-0" value="1452">Wordpress教程</option> <option class="level-0" value="1424">Wordpress正版主题</option> <option class="level-0" value="7">wordpress淘宝客主题</option> <option class="level-0" value="6">wordpress英文主题</option> <option class="level-0" value="1437">主机测评</option> </select> </div> <input type="text" class="search-ajax-input form-control" name="s" value="" placeholder="输入关键词 回车搜索..." autocomplete="off"> </div> </div> </form> <div class="omnisearch-suggestions"> <div class="search-keywords"> <a href="https://www.themez.cn/tag/themeforest" class="tag-cloud-link tag-link-914 tag-link-position-1" style="font-size: 14px;">themeforest</a> <a href="https://www.themez.cn/tag/Woocommerce" class="tag-cloud-link tag-link-970 tag-link-position-2" style="font-size: 14px;">Woocommerce</a> <a href="https://www.themez.cn/wpcmszt" class="tag-cloud-link tag-link-4 tag-link-position-3" style="font-size: 14px;">wordpress cms主题</a> <a href="https://www.themez.cn/wordpress" class="tag-cloud-link tag-link-1 tag-link-position-4" style="font-size: 14px;">wordpress主题</a> <a href="https://www.themez.cn/wpqyzt" class="tag-cloud-link tag-link-3 tag-link-position-5" style="font-size: 14px;">wordpress企业主题</a> <a href="https://www.themez.cn/wpbkzt" class="tag-cloud-link tag-link-2 tag-link-position-6" style="font-size: 14px;">wordpress博客主题</a> <a href="https://www.themez.cn/tag/wordpress%e5%8d%9a%e5%ae%a2%e4%b8%bb%e9%a2%98" class="tag-cloud-link tag-link-9 tag-link-position-7" style="font-size: 14px;">wordpress博客主题</a> <a href="https://www.themez.cn/wptpzt" class="tag-cloud-link tag-link-5 tag-link-position-8" style="font-size: 14px;">wordpress图片主题</a> <a href="https://www.themez.cn/wplearn" class="tag-cloud-link tag-link-1452 tag-link-position-9" style="font-size: 14px;">Wordpress教程</a> <a href="https://www.themez.cn/wpywzt" class="tag-cloud-link tag-link-6 tag-link-position-10" style="font-size: 14px;">wordpress英文主题</a> <a href="https://www.themez.cn/tag/%E4%BC%81%E4%B8%9A" class="tag-cloud-link tag-link-471 tag-link-position-11" style="font-size: 14px;">企业</a> <a href="https://www.themez.cn/tag/%E4%BD%9C%E5%93%81%E5%B1%95%E7%A4%BA" class="tag-cloud-link tag-link-655 tag-link-position-12" style="font-size: 14px;">作品展示</a> <a href="https://www.themez.cn/tag/%E5%88%9B%E6%84%8F" class="tag-cloud-link tag-link-541 tag-link-position-13" style="font-size: 14px;">创意</a> <a href="https://www.themez.cn/tag/%E5%8D%9A%E5%AE%A2" class="tag-cloud-link tag-link-472 tag-link-position-14" style="font-size: 14px;">博客</a> <a href="https://www.themez.cn/tag/%E5%A4%9A%E7%94%A8%E9%80%94" class="tag-cloud-link tag-link-1075 tag-link-position-15" style="font-size: 14px;">多用途</a> <a href="https://www.themez.cn/tag/%E6%9D%82%E5%BF%97" class="tag-cloud-link tag-link-444 tag-link-position-16" style="font-size: 14px;">杂志</a> <a href="https://www.themez.cn/tag/%E7%AE%80%E6%B4%81%E4%B8%BB%E9%A2%98" class="tag-cloud-link tag-link-25 tag-link-position-17" style="font-size: 14px;">简洁主题</a> <a href="https://www.themez.cn/tag/%E8%B4%AD%E7%89%A9%E5%95%86%E5%9F%8E" class="tag-cloud-link tag-link-1073 tag-link-position-18" style="font-size: 14px;">购物商城</a> </div> </div> </div> </div> <div class="dimmer"></div> <div class="off-canvas"> <div class="canvas-close"><i class="fas fa-times"></i></div> <div class="mobile-menu d-block d-xl-none d-lg-none"></div> </div> <script src='https://www.themez.cn/wp-content/themes/ripro-v2/assets/js/popper.min.js' id='popper-js'></script> <script src='https://www.themez.cn/wp-content/themes/ripro-v2/assets/bootstrap/js/bootstrap.min.js' id='bootstrap-js'></script> <script src='https://www.themez.cn/wp-content/themes/ripro-v2/assets/js/plugins.js' id='plugins-js'></script> <script id='app-js-extra'> var riprov2 = {"home_url":"https:\/\/www.themez.cn","admin_url":"https:\/\/www.themez.cn\/wp-admin\/admin-ajax.php","is_qq_captcha":"0","is_single_gallery":"1","comment_list_order":"asc","infinite_load":"\u52a0\u8f7d\u66f4\u591a","infinite_loading":"\u52a0\u8f7d\u4e2d...","site_notice":{"is":"0","auto":"1","color":"#3fabc6","html":"<div class=\"notify-content\"><h3><i class=\"fa fa-bell-o mr-2\"><\/i>Wordpress\u4e3b\u9898\u7f51\u6e29\u99a8\u63d0\u9192<\/h3><div>\u3010\u58f0\u660e\u3011<br\/>\r\n 1\u3001\u672c\u7ad9\u5206\u4eab\u6e90\u7801\u4ec5\u4f9b\u7814\u7a76\u3001\u5b66\u4e60\u7528\u9014\uff0c\u82e5\u8981\u5546\u7528\u8bf7\u8054\u7cfb\u539f\u4f5c\u8005\u8d2d\u4e70\u6b63\u7248\u3002<br\/>\r\n2\u3001\u6240\u6709\u6536\u96c6\u8d44\u6e90\u672a\u7ecf\u8fc7\u6d4b\u8bd5\uff0c\u4e2a\u4eba\u5b66\u4e60\u8bf7\u81ea\u884c\u5224\u65ad\u662f\u5426\u5b58\u5728\u6f0f\u6d1e\uff0c\u53e6\u5916\u6e90\u7801\u8bf7\u7528\u4e8e\u6b63\u786e\u7528\u9014\u3002 <br\/>\r\n3\u3001\u672c\u7ad9\u8d44\u6e90\u5747\u6765\u81ea\u4e92\u8054\u7f51\u6536\u96c6\u6216\u7f51\u53cb\u5206\u4eab\uff0c\u82e5\u6709\u4fb5\u6743\uff0c\u8bf7\u8054\u7cfb\u7ad9\u957f\u5220\u9664\uff0c\u8c22\u8c22\u3002<\/div><\/div>"},"site_js_text":{"login_txt":"\u8bf7\u70b9\u51fb\u5b89\u5168\u9a8c\u8bc1","reg1_txt":"\u90ae\u7bb1\u683c\u5f0f\u9519\u8bef","reg2_txt":"\u8bf7\u70b9\u51fb\u5b89\u5168\u9a8c\u8bc1","pass_txt":"\u8bf7\u70b9\u51fb\u5b89\u5168\u9a8c\u8bc1","bind_txt":"\u8bf7\u70b9\u51fb\u9a8c\u8bc1\u6309\u94ae\u8fdb\u884c\u9a8c\u8bc1","copy_txt":" \u590d\u5236\u6210\u529f","poster_txt":"\u6d77\u62a5\u52a0\u8f7d\u5f02\u5e38","mpwx1_txt":"\u8bf7\u4f7f\u7528\u5fae\u4fe1\u626b\u7801\u767b\u5f55","mpwx2_txt":"\u5173\u6ce8\u516c\u4f17\u53f7\u5373\u53ef\u767b\u5f55<\/br>\u4e8c\u7ef4\u7801\u6709\u6548\u671f3\u5206\u949f","pay1_txt":"\u652f\u4ed8\u5b8c\u6210","pay2_txt":"\u53d6\u6d88\u652f\u4ed8","pay3_txt":"\u652f\u4ed8\u6210\u529f","capt_txt":"\u9a8c\u8bc1\u4e2d","capt1_txt":"\u9a8c\u8bc1\u901a\u8fc7","capt2_txt":"\u9a8c\u8bc1\u5931\u8d25","prompt_txt":"\u8bf7\u8f93\u5165\u56fe\u7247URL\u5730\u5740","comment_txt":"\u63d0\u4ea4\u4e2d....","comment1_txt":"\u63d0\u4ea4\u6210\u529f"},"jquey":"1","pay_type_html":{"html":"<div class=\"pay-button-box\"><\/div>","alipay":0,"weixinpay":0,"paypal":0,"iconpay":0},"singular_id":"7363"}; </script> <script src='https://www.themez.cn/wp-content/themes/ripro-v2/assets/js/app.js' id='app-js'></script> <script src='https://www.themez.cn/wp-content/themes/ripro-v2/assets/spotlight/spotlight.bundle.js' id='spotlight-js'></script> <script src='https://www.themez.cn/wp-content/themes/ripro-v2/assets/jarallax/jarallax.min.js' id='jarallax-js'></script> <script src='https://www.themez.cn/wp-content/themes/ripro-v2/assets/jarallax/jarallax-video.min.js' id='jarallax-video-js'></script> <script src='https://www.themez.cn/wp-includes/js/clipboard.min.js' id='clipboard-js'></script> <!-- 自定义js代码 统计代码 --> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?f390a31c022a039f3909c33ea6ea8944"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script><!-- 自定义js代码 统计代码 END --> </body> </html>