Wordpress: Template tags

<?php wp_list_pages('exclude=6&title_li=<h2>Pages</h2>'); ?> <?php wp_list_pages('exclude=48,376,610,613,614,725&title_li=<h2>Pages</h2>'); ?> <?php wp_list_categories('show_count=0&order=desc&title_li=<h2>Categories</h2>'); ?> <?php wp_link_pages(array('before'=>'Pages: ', 'next_or_number'=>'number')); ?> <?php wp_list_bookmarks(); // $post->post_title ?> <?php wp_list_pages('title_li=&exclude=6'); ?> <?php wp_get_archives('type=monthly'); ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.