bbpress 与buddypress
bbspress 就是我们通常说的论坛, buddypress更像是社区, 具备社交功能,比如可以发私信,加好友,互动性比较强。bbpress的话就做回帖比较好。
bbspress 就是我们通常说的论坛, buddypress更像是社区, 具备社交功能,比如可以发私信,加好友,互动性比较强。bbpress的话就做回帖比较好。
woocommerce 分类列表显示产品数量设置 在functions.php文件中添加如下代码 // Display 24 products per page. Goes in functions.php add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 );
woocommerce隐藏价格范围 隐藏最高价格显示最低价 add_filter( 'woocommerce_variable_sale_price_html', 'hide_variable_max_price', PHP_INT_MAX, 2 ); add_filter( 'woocommerce_variable_price_html', 'hide_variable_max_price', PHP_INT_MAX, 2 ); function hide_variable_max_price( $price, $_product ) { $min_price_regular = $_product->get_variation_regular_price( 'min', true ); $min_price_sale = $_product->get_variation_sale_price( 'min', true ); return ( $min_price_sale == $min_price_regular ) ? wc_price( $min_price_regular ) : '<del>' . wc_price( $min_price_regular ) . '</del>' . '<ins>' . wc_price( $min_price_sale
宝塔面板暂时只支持centos系统 6.x和7.x,所以用ubuntu系统的可能要换系统,呵呵 安装要求: 内存:128M以上,推荐512M以上(纯面板约占系统10M内存) 硬盘:100M以上可用硬盘空间(纯面板约占20M磁盘空间) 系统:暂时只对 CentOS 6.x / 7.x 提供支持(暂不支持 Ubuntu、Debian); 确保是干净的操作系统,没有安装过其它环境带的Apache/Nginx/php/MySQL Linux面板3.7安装脚本: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh 使用SSH 连接工具,执行上面框内命令开始安装(大约2分钟完成面板安装) 备用节点【广东】: yum install -y wget && wget -O install.sh http://125.88.182.172:5880/install/install.sh && sh install.sh 备用节点【香港】: yum install -y wget && wget -O install.sh http://103.224.251.79:5880/install/install.sh
Regenerate Thumbnails 插件可以重新生成缩略图 到插件市场搜索安装即可
select2.js error after updating to WooCommerce 3.0 wordpress Uncaught Error: Option 'ajax' is not allowed for Select2 when attached to a <select> element. 升级到3.01 版本就解决了
在模板中找到functions.php文件加入以下代码 // Display 24 products per page. Goes in functions.php add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 );
https://www.prestashop.com/en/developers-versions#previous-version
postgres@iZj6cap7v4yegopod1l4atZ:/root$ service postgre […]
prestashop指定日期送货插件 https://addons.prestashop.com/en/delivery-date/16652-advanced-delivery-dates.html https://addons.prestashop.com/en/delivery-date/19012-estimated-delivery-smart-modules.html https://addons.prestashop.com/en/522-delivery-date