Use the pre_get_posts filter to remove your sticked product from the product loop.
add_action( 'pre_get_posts', 'exclude_stycky_product' );
function exclude_sticky_product(){
// target only the main query
if ( ! is_admin() && $query->is_main_query() ) {
$query->set('ignore_sticky_posts');
$query->set('meta_value', '1');
}
}
Hope it helps you !
Related Posts:
- Two Sections on Woocommerce Catergory Page [closed]
- Remove child products from woocommerce category page [closed]
- Remove product category placeholder image (Woocomerce)
- WooCommerce – How to show specific category first-rest of products-specific category last
- Display single category name in woocommerce loop
- Do not show sub categories in the loop on archive-product.php
- How can i change what one category displays?
- List post only under the category, exclude child category content
- Woocommerce custom taxonomy order
- How to make product image inherit from category image
- Custom Loop with certain number of one category
- How to show given products only using product id array from specific category page in woocommerce
- how tho change number of posts in loop from specific categories
- Shop Category Pages missing s
- How to set acf color field as background color to product category
- How to target all woocommerce categories that don’t have any subcategories in them?
- Template category.php with page (no posts)
- WooCommerce REST API not returning the default products category
- In if…else condition, the else statement shows even if if statement is correct
- How to show WooCommerce Categories on ‘shop’ page instead of products?
- Show the parent taxonomy by creating shortcode in woocommerce?
- How to show related post with category DESC (ASC) IDs of ID current post
- How can I display all products from all categories on one page with woocommerce?
- How to add all subcategories as submenu in WordPress menu
- How to edit woocommerce sub-category page
- When creating a new product, auto assign it to all custom taxonomy woocommerce
- Adding new divs with custom classes to products on WooCommerce shop page [closed]
- Get categories within specific term
- Get WooCommerce product category list in functions.php
- in post content shortcode works, but hardcoded in same page template doesn’t?
- Is there a reason to put a product in both the Child and Parent Categories?
- error in specific category loop
- WordPress category title not update in navigation menu
- loop in single.php of the same category
- WooCommerce showing active product categories on single product page
- selecting categories that have products with tag/category
- How to distinguish pages created by woocommerce?
- Restrict retrieved terms by category?
- How to fix 404 error in pagination in categories of woocommerce with common url base /shop/?
- How to display custom fields as table in Woocommerce
- problem with filter of custom portfolio categories
- Deleted categories still listed until additional page refresh
- How do I merge WooCommerce categories with the same name?
- How to create a category loop on my blog (ACF Plugin)
- Please tell how to stop the category from showing up on posts
- Hide a category/posts from the homepage in wp
- Woocommerce Category Sort Dropdown
- Woocommerce: all products of all categories instead products of one category
- How to delete WooCommerce categories in bulk that only have one product
- Product Category page showing all products
- How to load terms of a custom taxonomy of a product in woocommerce cart page
- How can I make a category function as a page?
- Loop by category and meta_key
- product_cat image url from database
- How to get WooCommerce Product Categories and its children’s children?
- Category custom template is not showing correct posts
- Woocommerce change tag_id to name
- Woocommerce product catalog, products with different description
- Search Replace Database ONLY for posts of certain category?
- WooCommerce – Get products from category right before deleting category
- Default URL for category dropdown select option
- Assign a class to first element in category in loop
- Filter custom taxonomy posts via AJAX
- set a parent category in a product woocommerce
- No results found for second level category
- Displaying Category in sidebar post widget but not in the loop on home
- How to display products with multiple conditions, product_id and category_id
- Need help to structure our a complex hierarchy
- Categories and Tags Conflict after Woocommerce Installation
- Querying posts from two different categories while looping inside another loop
- Trying to display all posts in a category
- Category page shows only 1 post when that post has more than 1 category?
- Loop doesn’t work
- Configure query with multiple categories in a custom order?
- How to get related category/categories in WordPress archive page
- Inserting categories as a hierarchical terms from frontend form
- Display Taxonomies in loop with template args
- Show posts from all categories
- How to add a post with new Taxonomy without assigning to default category?
- How to loop through a custom field for each post, & display?
- show category name before first posts in each category
- How can I modify this code to iterate over an array of categories?
- Loop within category’s posts
- Getting page/category content to show up in my custom page template
- How to exclude a specific categogy from a custom page template
- How do you add Author and date Published on Category Pages?
- If it is a top level category show children otherwise show sibling categories
- Display one post on category.php: Wrong featured image
- Category menu that filters out empty categories
- Loop through posts of CatA and store value of CatB in separate array
- How to add an empty entry to masonry?
- Own Custom Tags/Category page ( posts)
- woocommerce – products by category slug? [closed]
- Gettind 404 not found wen click the view button for a given category custom post type portfolio
- How to create default categories in new installs?
- WordPress Numeric Pagination with Query String [duplicate]
- How can I add a Categories page link to a menu? [closed]
- Loops in category description
- How to get multiple loop in category.php, my scripts becomes madness
- Several loop in search result