[radio radio-978 default:1 "Россыпью" "Тарированный"]
<label> Марка цемента
[select* menu-692 "М500 Д0" "М500 Д20" "М400"] </label>
<label> Упаковка </label>
[radio radio-978 default:1 "Россыпью" "Тарированный"]
<label> Откуда
[select* menu-393 "Кричев" "Костюковичи"] </label>
<label> Куда
[text* text-907] </label>
<label> Ваш e-mail
[email* your-email] </label>
[submit "Отправить"]
<?php the_post();?>
<?= get_the_author(); ?>
function change_product_query($query) {
$query->set( 'posts_per_page', -1 );
}
add_action( 'pre_get_posts', 'change_product_query' );
.sub-container {
display: flex;
flex-wrap: wrap;
margin-right: calc(50% - 50vw);
}
margin-right: calc(50% - 50vw);