Bende bu yazılar yokki
Archives içerisinde
Alıntı:
<?php
/*
Template Name: Archives
*/
?>
<?php get_header(); ?>
<div id="wrapper">
<div id="content">
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<h2>Archives by Month:</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
<h2>Archives by Subject:</h2>
<ul>
<?php wp_list_cats(); ?>
</ul>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
|
Bunlar var
__________________
imzamız yapım aşamasındadır
|