To display Recent post in Unoder list (

  • Unknown's avatar

    I am using WordPress 2.7.1

    I want to display Recent Post item in list (Unoder list) which is in the leftside bar. But, I couldn’t generate the list. Once I had edited the code(left_sidebar.php)
    <h2><?php _e(‘Recent Posts’); ?></h2>
    <ul type=”disc”>

  • <?php wp_get_archives(‘type=postbypost&limit=5’); ?>
  • Even though I couldn’t get in the order:

    * History in the making
    * Development is not so easy
    * Interview with Dr. Babu Ram Bhattarai

    The blog I need help with is: (visible only to logged in users)