WoodMart商城主题安装,WoodMart是一款强大的商城主题,适合做一些品牌商城,也适合做一些综合类型的商城,适用于很多行业,包括3C数码,生活家居,美容美发等等。下面我们介绍下如何来安装这款主题:准备工作:已经安装好了WordPress后台程序。后台上传好WoodMart主题并启用通过截图我们可以看到提示,提示我们需要安装那……继续阅读 » qushang 1年前 (2019-11-22) 232浏览 0评论0个赞
首先开通Vultr服务器,创建一个10美金的服务器实例。安装环境选择 PHP7.0 Mysql 5.7 Apache 2.4宝塔面板的安装我用的是CentOS服务器安装命令yum install -y wget && wget -O install.sh http://download.bt.cn/install/install……继续阅读 » qushang 2年前 (2018-09-07) 292浏览 0个赞
这里给大家介绍几个不错的网站可以查询别人网站用的wordpress主题和插件 whatwpthemeisthatwhoiswpscanupsemrushwpthemedetectorbuiltwithwppluginchecker.earthpeople.se ……继续阅读 » qushang 2年前 (2018-08-26) 315浏览 0个赞
wordpress提供的显示上一篇、下一篇文章的函数代码是按照发布顺序调用的,前几天做的wordpress小说模板,由于使用每个分类添加一部小说《博客吧首款wordpress小说网站主题模板wpnovel》,如果使用这样的上下篇文章调用顺序显示不合适,让文章页显示同分类下的上一篇、下一篇文章才是正道,wordpress是强大的,总能满足用户的想法,通过搜索找……继续阅读 » qushang 3年前 (2018-06-17) 274浏览 0个赞
如何隐藏wordpress中screen options隐藏控制、、、、、、、、、、、 function remove_screen_options_tab() { return current_user_can( 'manage_options' ); } add_filter('screen_options_show_screen……继续阅读 » qushang 3年前 (2018-05-06) 268浏览 0个赞
通过CSS 隐藏// Hide the additional information tabli.additional_information_tab { display: none !important;}通过代码隐藏// Remove the additional information tabfunction woo_remove_……继续阅读 » qushang 3年前 (2018-05-02) 280浏览 0个赞
Pages 41Release Notes2.6.x to 3.0.0 Developer Migration NotesSelect2 fields not working in 3.0.xThumbnail Image Regeneration in 3.3+Customizing image sizes in 3.3+RE……继续阅读 » qushang 3年前 (2018-04-28) 284浏览 0个赞
Poedit软件高级版可以直接汉化wordpress主题和插件Codestyling Localization 插件http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-enweglot插件https://weglot.com/……继续阅读 » qushang 3年前 (2017-12-31) 282浏览 0个赞
EasyEnginewget -qO ee rt.cx/ee && sudo bash ee # install easyenginesudo ee site create example.com --wp # install wordpress on example.com ……继续阅读 » qushang 3年前 (2017-12-13) 280浏览 0个赞
$ sudo apt-get update$ sudo apt-get install software-properties-common$ sudo add-apt-repository ppa:certbot/certbot$ sudo apt-get update$ sudo apt-get install python-cer……继续阅读 » qushang 3年前 (2017-12-07) 252浏览 0个赞