随笔分类 -  wordpress

摘要:摘自:https://help.aliyun.com/document_detail/50774.html?spm=5176.doc44620.6.623.HqVrsz 更新时间:2017-03-14 11:22:11 简介 LAMP指Linux+Apache+Mysql/MariaDB+Perl/ 阅读全文
posted @ 2017-03-16 20:05 BaronYan 阅读(4481) 评论(2) 推荐(2)
摘要:WooCommerce默认显示为10,为了美观,往往我们要多显示些产品数量。因此,只 要把如下代码copy到你主题functions.php文件中即可。 add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 14;' 阅读全文
posted @ 2017-03-15 13:47 BaronYan 阅读(743) 评论(0) 推荐(0)
摘要:Advanced Custom Fields(简称ACF) ACF可在WordPress中添加自定义字段。 插件主页:https://www.advancedcustomfields.com/ 插件教程:https://www.advancedcustomfields.com/resources 简 阅读全文
posted @ 2017-03-15 13:15 BaronYan 阅读(1291) 评论(0) 推荐(0)
摘要:打开footer.php,找到下面代码: <div id="footer-base"> <div class="copyright"> <?php $copyright_text = '&copy; ' . date( 'Y' ) . ' <a href="' . home_url( '/' ) . 阅读全文
posted @ 2017-02-06 15:13 BaronYan 阅读(7962) 评论(0) 推荐(0)
摘要:http://demo.themes4wp.com/documentation/homepage-setup/#videoimage-tutorial 阅读全文
posted @ 2016-12-27 23:32 BaronYan 阅读(1840) 评论(0) 推荐(0)
摘要:官网:https://jetpack.com/ Jetpack 由 WordPress.com 出品。 Jetpack 通过为您提供访客统计数据和安全服务、加速图像传输以及帮您获得更多浏览量,可以简化对 WordPress 站点的管理。 Jetpack 是一款免费插件。 浏览量增长与数据分析 Jet 阅读全文
posted @ 2016-12-27 11:54 BaronYan 阅读(537) 评论(0) 推荐(0)
摘要:Global Translator插件可以把已经通过翻译服务翻译好的内容生成对应语种的“静态”页面,或者说“缓存”起来,这样在一段时间内(可设置)想访问该语种的这 个页面的访客,就可以在不调用翻译服务的情况下查看现成的内容…当然更重要的是,这些生成的“缓存”页面对搜索引擎很友好,而且Global T 阅读全文
posted @ 2016-12-26 16:50 BaronYan 阅读(486) 评论(0) 推荐(0)
摘要:WordPress外贸主题模版可以非常方便地整合国外流行的分享收藏社会化网络功能,比如Addthis是国外一个网络书签按钮聚合网站,是稳步提升网站流量和搜索引擎排名的WEB2.0工具!通过AddThis, 你网站的内容将被分享到互联网的任何角落,稳步提升您的网站流量!AddThis目前提供面向110 阅读全文
posted @ 2016-12-26 16:49 BaronYan 阅读(258) 评论(0) 推荐(0)
摘要:qtranslate qtranslate可以帮助用户快速的建立多语言网站平台,qTranslate 插件就是一个功能强大的 WordPress 多语言插件。 它允许用户在配置页添加新的语言。在 URL 结构方面,qTranslate 提供了三种链接方案让你的 URL 地址变得更加美观且对 SEO 阅读全文
posted @ 2016-12-26 16:48 BaronYan 阅读(429) 评论(0) 推荐(0)
摘要:http://devework.com/woocommerce.html https://woocommerce.com/ https://woocommerce.com/product-category/woocommerce-extensions/ WooCommerce是WordPress 平 阅读全文
posted @ 2016-12-26 16:47 BaronYan 阅读(489) 评论(0) 推荐(0)
摘要:在WP后台安装插件时提示输入FTP账户信息,其实出现这个的问题的原因是Apache/Nginx的执行身份非文件属主身份。 如果你使用的是独立服务器或VPS,WordPress的安装目录为 /home/wwwroot/wordpress 先修改网站所在目录权限 chmod -R 755 /home/w 阅读全文
posted @ 2016-12-26 16:33 BaronYan 阅读(1548) 评论(0) 推荐(0)