webdewlad
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
yes, the error has disappeared, but now the redirect goes to the 404 page. but this does not seem to be related to the plugin, since when it is disabled the same thing happens. Thank you!
form at the bottom of the page https://tflog.ru/sea-transportation/
@dcooney Everything is working great now. Thank you very much for the prompt help and great plugin!
Good luck!<div class="recommend__item"> <picture> <source srcset="<?php echo get_the_post_thumbnail_url( $pst->ID ); ?>" type="image/webp"> <img src="<?php echo get_the_post_thumbnail_url(); ?>" alt="Рекоммендуем"> </picture> <div class="recommend__info"> <p class="recommend__item-name"><?php echo $pst->post_title ?></p> <a href="<?php echo get_permalink( $pst->ID ); ?>" class="recommend__item-link">подробнее</a> </div> <?php if(has_tag(31, $pst->ID)): ?> <div class="availability"><span>В наличии</span></div> <?php endif;?> <?php if(has_tag(32, $pst->ID)): ?> <div class="no_availability"><span>Нет в наличии</span></div> <?php endif;?> <?php if(has_tag(33, $pst->ID)): ?> <div class="on_order"><span>Под заказ</span></div> <?php endif;?> </div>
Viewing 4 replies - 1 through 4 (of 4 total)