MICKEY_MOUSE: V sablone page mas toto,,, takze je to jasny
<?php
$thisPostId = get_the_id();
$hide_featured_image = get_post_meta($thisPostId, "hide_featured_image", true);
if (!$hide_featured_image) {
$hide_featured_image = get_theme_mod("hide_featured_image");
} else {
if ($hide_featured_image == 1) {
$hide_featured_image = false;
}
}
?>