ویژه
نشان دادن تازه ترین نوشته ها
<?php wp_get_archives(‘type=postbypost&limit=5′); ?>
یا
<?php $recentposts = get_posts(‘numberposts=12&category=4′);
foreach ($recentposts as $post) : setup_postdata($post); ?>
<li><a href=”" the_permalink() ?>”><?php the_title(); ?></a></li> <?php endforeach; ?>
نشان دادن موضوعات
<ul>
<?php wp_list_cats(‘sort_column=name’); ?>
</ul>
نشان دادن بایگانی (آرشیو)
<ul>
<?php wp_get_archives(‘type=monthly’); ?>
</ul>
نشان دادن ابرچسب ها
<?php wp_tag_cloud(‘smallest=8&largest=36&’); ?>
نشان دادن پیوندها
<ul> <?php wp_list_bookmarks(‘title_li=&categorize=0′); ?> </ul>
نشان دادن تگ های وردپرس
<?php the_tags(); ?>



اگر برنج بیش از حد جوش خورده بود.