Replacing 'posts' with 'pages' in this wordpress theme

Discussion in 'HTML & Website Design' started by swollenpickles, Nov 24, 2007.

  1. #1
    I'm looking to edit this wordpress theme, but am having trouble figuring out how to get it to do what I want it to.

    In the yellow section where it has recent posts, I want that to display pages instead (with a brief excerpt for each page). How would I replace those 'post' spots with 'page' spots?

    Any helps is appreciated. Thanks.
     
    swollenpickles, Nov 24, 2007 IP
  2. Xavier_3D

    Xavier_3D Well-Known Member

    Messages:
    1,299
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Replace this
     <?php wp_get_archives; ?> 
    Code (markup):
    by
    
    [COLOR=black]<?php wp_list_cats('sort_column=name&optioncount=0&hierarchical=0'); ?>[/COLOR]
    
    Code (markup):
    In your Sidebar.php in the Theme Folder.
     
    Xavier_3D, Nov 24, 2007 IP
    swollenpickles likes this.