add_action( 'pre_get_posts', 'exclude_category' );
function exclude_category( $query ) {
if ( $query->is_archive() && $query->is_main_query() ) {
$query->set( 'cat', '-1,2' );
}
}
[acf field="href_videos_0_href_video"]
<form name="form" method="post" action="https://мой_сайт.ru">