Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
add_action( 'template_redirect', function(){ if ( is_attachment() ) { global $post; if ( !empty($post->post_parent) ) { wp_redirect( esc_url( get_permalink( $post->post_parent ) ), 301 ); } wp_redirect( esc_url( home_url( '/' ) ), 301 ); } });