post_parent ) && $image->post_parent != $id ) $url .= '#main'; return $url; } add_filter( 'attachment_link', 'oxygen_enhanced_image_navigation', 10, 2 ); /** * Sets the post excerpt length to 30 words. * * @since Oxygen 0.2.2 */ function oxygen_excerpt_length( $length ) { return 30; } add_filter( 'excerpt_length', 'oxygen_excerpt_length' );