5
PHP için En İyi Uygulama
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 …