Single.php gibi bir şablon yaparken ve html içine sarılmış php varsa, en iyisi:
PHP'yi Başlat + Durdur? Örneğin
<h1 class="post-tilte"><?php the_title(); ?></h1> <p class="post-content"><?php the_content();?></p>
Veya
Yankı HTML ve Kaçış PHP? Örneğin -
<?php echo '<h1 class="post-title">' . get_the_title() . '</h1> <p class="post-content"' . get_the_content() . '</p>
Tercihli bir seçimim yok ve kendimi her ikisini de yapıyor buluyorum, sadece bazı düşünceleri duymayı merak ediyorum
printf( '<h1 class="post-title">%s</h1>', get_the_title() );
functions.php
veya eklentiler vb.