Forum Replies Created

Viewing 1 replies (of 1 total)
  • tcohn

    (@tcohn)

    Hi
    I want to move the sort from the bottom to the top of the products listed. I did review the top answers but Im not sure about hooks at all.
    Did the code below work and where do I PUT IT. Please help. My client is not happy with it the way it is. https://www.3dfastenersplus.com
    add_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 20 );
    remove_action(‘woocommerce_pagination’, ‘woocommerce_catalog_ordering’, 20 );

Viewing 1 replies (of 1 total)