<?php
/*
Template Name: pembe_arsiv
*/
?>
<?php get_header(); ?>
<?php get_sidebar(); ?>
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
<?php the_title(); ?>
<?php the_content('<strong> Yazının Devamı...</strong>'); ?>

<?php endwhile; ?>
<?php endif; ?>
<?php get_footer(); ?>
bunu php olarak kaydet ve tema dosyanın içine at

panelden yeni sayfa oluştur de ve yeni boşbir sayfa oluştur. sayfa şablonu olarakta bu oluşturduğun php dosyayısını seç

uyarı: bu saf halidir bunu temana göre geliştir