Woocomerce重新定位”按选项排序”(从低到高等)

我在网上找不到任何东西, 但是我正在开发一个woo-commerce商店, 需要将排序选项移到页眉区域, 而不是产品区域。

我必须使用以下内容, 但它只会输出” [wc_sorting]”

add_action('woocommerce_before_main_content', 'woocommerce_output_content_wrapper'); 
function woocommerce_output_content_wrapper() {
    $sortby = do_shortcode('[wc_sorting]');
}

`

只是为了澄清一下, 我正在尝试更改woocomerce排序/按选项排序的位置:排序选项屏幕截图


#1


试试这个, 将此代码段添加到functions.php

// Remove the "Default Sorting" Dropdown
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );

// Add the "Default Sorting" Dropdown, before main content
add_action( 'woocommerce_before_main_content', 'woocommerce_catalog_ordering', 30 );

来源:

https://www.srcmini02.com/64151.html

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_41514.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?