Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by fix ( 15 years ago )
<?php get_header(); ?>
<div id="main">
<div id="content">
<div class="postarchive">
<h3 class="atitle">Архив на месяц:</h3>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
<h3 class="atitle">Архив на тему:</h3>
<ul>
<?php wp_list_cats(); ?>
</ul>
</div>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Revise this Paste
Parent: 30134
Children: 30968