| Server IP : 74.208.236.52 / Your IP : 216.73.216.240 Web Server : Apache System : Linux infong527 4.4.400-icpu-115 #2 SMP Mon Jul 6 08:15:05 UTC 2026 x86_64 User : u44043973 ( 5404757) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/18/d194259149/htdocs/business/wp-content/themes/doc/ |
Upload File : |
<?php
/*
Template Name: Archives Page
*/
?>
<?php get_header(); ?>
<div id="main" class="g25">
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<div class="pt"><h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent link to <?php the_title(); ?>"><?php the_title(); ?></a></h1></div>
<div class="text">
<table>
<tr><th>Archives by category</th>
<th>Archives by month</th></tr><tr>
<td><ul><?php wp_list_cats('sort_column=name&optioncount=1') ?></ul></td>
<td><ul><?php wp_get_archives('type=monthly&show_post_count=1') ?></ul></td></tr></table>
<p><strong>Topics</strong>: <?php wp_tag_cloud('smallest=8&largest=8&number=0') ?></p>
<br />
<h3>TOC</h3>
<ul>
<?php get_archives('postbypost','10000', 'html'); ?>
</ul>
</div>
<?php wp_link_pages () ?>
<br />
</div>
<div class="clear"></div>
<!--
<?php trackback_rdf(); ?>
-->
<?php endwhile; ?>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<div class="clear"></div>
<?php get_footer(); ?>