Currently I applied filter to shop page to display product order by title. But my product in individually category also got affected. My goal is to display product order by title in shop page and display product in individual category by custom sorting+title. May I know is it possible. Please advise. Thanks.
Yes totally possible just add an if statement to your filter, something like:
If( ! Is_product_category() ) {
}
2.1m questions
2.1m answers
60 comments
57.0k users