Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 27, 2016 at 4:10 pm #692319 ComputerfirmParticipant In the margins of my single product pages there are left and right two arrows, which lead to upsell or related products. How to remove them (since they show the wrong products)? September 27, 2016 at 4:16 pm #692325 YigitKeymaster Hi M! Please add following code to functions.php file in Appearance > Editor add_filter('avia_post_nav_entries','avia_remove_post_nav', 10, 1); function avia_remove_post_nav() { if(is_product()){ return false; } } Cheers! Yigit Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In