diff --git a/woocommerce.php b/woocommerce.php index 77434970dca..c124d439240 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -784,10 +784,7 @@ class Woocommerce { ) ); - // Sort out attachment urls - $attachment_base = get_option('woocommerce_prepend_shop_page_to_products') == 'yes' ? trailingslashit( $base_slug ) : trailingslashit( _x( 'product', 'slug', 'woocommerce' ) ); - - add_rewrite_rule( '^' . $attachment_base . '([^/]*)/([^/]*)/([^/]*)/?', 'index.php?attachment=$matches[3]', 'top' ); + // Sort out attachment urls (removed, breaks pagination) no alternatives add_rewrite_rule( '^' . $attachment_base . '([^/]*)/([^/]*)/([^/]*)/?', 'index.php?attachment=$matches[3]', 'top' ); register_post_type( "product_variation", array(