А как сделать так, чтобы когда миниатюра включена она была в div а когда выключена div в коде странице что бы не присутствовал ?
Миниатюру выводит этот код: <?php $thumb_disable = get_post_meta($post->ID, 'thum_disable', true);
if(!empty( $thumb_disable )) { the_post_thumbnail('relateThum'); } ?>
просто в php не полностью разбираюсь.
опять ошики:
Notice: Undefined index: thum_disable in /путь/functions.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /путь/functions.php:42) in /путь/wp-admin/post.php on line 233
Warning: Cannot modify header information - headers already sent by (output started at /путь/functions.php:42) in /путь/wp-includes/pluggable.php on line 896
Миниатюру выводит этот код: <?php $thumb_disable = get_post_meta($post->ID, 'thum_disable', true);
if(!empty( $thumb_disable )) { the_post_thumbnail('relateThum'); } ?>