
15-04-2012, 23:33:11
|
| |
Stil Dosyasının konumu: Kod: <?php bloginfo('stylesheet_url'); ?> Temanın Konumu: Kod: <?php bloginfo('template_directory'); ?> veya Kod: <?php bloginfo('template_url'); ?> Yorum Linki Kod: <?php comments_link(); ?> Yorum Rss Linki Kod: <?php comments_rss_link('text', 'wp-commentsrss2.php'); ?> Yazarın Son Yazı adresi Kod: <?php the_author_posts_link(); ?> Yazı düzenleme linki Kod: <?php edit_post_link('link', 'before', 'after'); ?> Yorum düzenleme linki Kod: <?php edit_comment_link('link', 'before', 'after'); ?> |