Aslında O Eklentide Değişecek 1 Satır varda onun yerine Ne Konulacak onu Bulamadım
9
●577
<?php
/*
Template Name: Son Konular
*/
?>
<?php get_header(); ?><div id="content"><?php if (have_posts()) : while (have_posts()) : the_post(); ?><div class="post" id="post-<?php the_ID(); ?>"><div class="entrytop"><div class="entry"><h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2></div></div><div class="post-content"><ul><?php get_archives('postbypost', 2000); ?></ul></div></div><?php endwhile; endif; ?></div><!--/content --><?php get_sidebar(); ?><?php get_footer(); ?>Bu kodları sonkonular.php dosyasına yazarak wp-content/themes/tema-ismi bölümüne atın.Daha sonra sayfa yazma bölümünden başlığı yazıp, sayfa şablonundan Son Konular'ı seçip yayınla'ya tıklayıp gönderiniz.

