הסרת הקטגוריות מתוך עמוד החנות של ווקומרס
יש להוסיף את הקוד הבא לתוך קובץ הfunctions.php -( כדאי להוסיף לתחתית הקובץ ) של ערכת הנושא הפעילה שלכם
add_action( 'pre_get_posts', 'custom_pre_get_posts_query' );
function custom_pre_get_posts_query( $q ) {
if ( ! $q->is_main_query() ) return;
if ( ! $q->is_post_type_archive() ) return;
if ( ! is_admin() && is_shop() && ! is_user_logged_in() ) {
$q->set( 'tax_query', array(array(
'taxonomy' => 'product_cat',
'field' => 'slug',
'terms' => array( 'color', 'flavor', 'spices', 'vanilla' ), // Don't display products in these categories on the shop page
'operator' => 'NOT IN'
)));
}
remove_action( 'pre_get_posts', 'custom_pre_get_posts_query' );
}
📊 נתוני צפיות
סה"כ צפיות: 27
מבקרים ייחודיים: 27
- 🧍 172.71.102.181 (
Netherlands)
- 🧍 172.71.182.212 (
Netherlands)
- 🧍 172.71.98.193 (
Netherlands)
- 🧍 172.71.182.202 (
Netherlands)
- 🧍 141.101.76.182 (
Netherlands)
- 🧍 172.69.214.210 (
Canada)
- 🧍 172.71.135.14 (
France)
- 🧍 104.23.172.88 (
Netherlands)
- 🧍 172.69.222.44 (
France)
- 🧍 172.71.183.86 (
Netherlands)
- 🧍 172.70.126.31 (
United States)
- 🧍 172.70.134.216 (
United States)
- 🧍 172.69.130.177 (
Canada)
- 🧍 172.71.194.86 (
United States)
- 🧍 172.70.39.84 (
United States)
- 🧍 172.70.38.157 (
United States)
- 🧍 162.158.88.69 (
Singapore)
- 🧍 172.71.223.68 (
United States)
- 🧍 104.23.209.117 (
United States)
- 🧍 172.70.38.129 (
United States)
- 🧍 172.71.144.92 (
Germany)
- 🧍 172.71.147.110 (
United States)
- 🧍 172.70.35.105 (
United States)
- 🧍 172.70.42.203 (
United States)
- 🧍 104.23.211.218 (
United States)
- 🧍 172.71.194.66 (
United States)
- 🧍 104.23.209.136 (
United States)