<?php $i = 0;
//Вывод записей
$args = array(
'post_type' => 'structure',
'posts_per_page' => -1
);
$structure = new WP_Query( $args );
?>
<?php if( $structure->have_posts() ) : while ( $structure->have_posts() ) : $structure->the_post(); ?>
<?php $i++ ?>
<div class="item">
<div class="wrapper">
<img src="wp-content/uploads/imgforvideo/<?php echo $i;?>.jpg" alt="keys" class="main">
<video controls>
<source src="wp-content/uploads/video/<?php echo $i;?>.mp4" type="video/mp4">
</video>