Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
<h1><?php echo get_field('titleh1') ? get_field('titleh1') : get_the_title(); ?></h1>
$str .= '<div class="single-style2-title"><h1>' . get_the_title( $post->ID ) . '</h1></div>';
$str .= '<div class="single-style2-title"><h1>' . (get_field('titleh1') ? get_field('titleh1') : get_the_title($post->ID)). '</h1></div>';