bulduklarımı ekliyorum sizde eksik olan bişe varsa eklersiniz

Blog ismi
<?php bloginfo('name'); ?>Blog url
<a href="<?php bloginfo('url'); ?>">Son yazılmış 10 yazı
<?php wp_get_archives('type=postbypost&limit=10'); ?>Kategoriler
<?php the_category(', ') ?>Arşiv
<?php wp_get_archives('type=monthly'); ?>Zaman
<?php the_time('F jS, Y') ?>Yazıyı Yazan Kişi
<?php the_author(); ?>
Yazarın Adı
<?php the_author_firstname(); ?>
Yazarın Soyadı
<?php the_author_lastname(); ?>
Yazarın Nicki
<?php the_author_nickname(); ?>
Yazarın Emaili
<?php the_author_email(); ?>
Yazarın MSN i
<?php the_author_msn(); ?>
Yazarın AOL u
<?php the_author_aol(); ?>
Yazarın İCQ su
<?php the_author_icq(); ?>
Yazarın Websitesi
<?php the_author_url(); ?>
Önceki Yazı
<?php previous_post('« %','','yes') ?>Sonraki Yazı
<?php next_post(' % »','','yes') ?>Arama Formu
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
include sidebar
<?php get_sidebar(); ?>
include header
<?php get_header(); ?>
include footer
<?php get_footer(); ?>