Archives

Overview

Welcome to the Archive Vault. Here you can find archives of all articles by month, by date for the current month, articles categorized by topics and finally a random list of 50 articles for your reading pleasure. Feel free to reload this page to see a different list of articles.

Contents

» Calendar
» Monthly Archives
» Topic Archives
» 50 Random Articles

<phpcode>
if(function_exists(’random_posts’)) {
</phpcode>

<phpcode>
}
</phpcode>


Calendar


<phpcode>
get_calendar();
</phpcode>


Topic Archives


<phpcode>
wp_list_categories(’exclude=0,1&hierarchical=0&title_li=’);
</phpcode>


Monthly Archives


<phpcode>
wp_get_archives(’type=monthly’);
</phpcode>


50 Random Articles

    <phpcode>
    random_posts(50, 40, ‘
  • ‘, ‘
  • ‘, “”, “”, false, true);
    </phpcode>

Copyright© 2011 The Gaea Times