Wordpress Theme Customization

Discussion in 'Programming' started by Default!, Jan 12, 2010.

  1. #1
    I have this theme:
    http://ihostzen.com/demo/?themedemo=green_beam

    This is what I want done:
    The second nav under the header image, I want to be able to have specific pages that are links to pages, not post categories. I am having a hard time explaining it, but I want the links in the nav to link to specific pages I have created not, site categories.

    If you can help, please pm me.
     
    Default!, Jan 12, 2010 IP
  2. nice.wallpapers

    nice.wallpapers Active Member

    Messages:
    142
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Hi, You can do that from template editor in admin section.

    Thanks,
    >Harry
     
    nice.wallpapers, Jan 12, 2010 IP
  3. digital29

    digital29 Peon

    Messages:
    462
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    I think he needs more information..
    i just sent you a PM
     
    digital29, Jan 12, 2010 IP
  4. meno

    meno Active Member

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    60
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    go to your theme editor:
    then edit on header.php, find <?php wp_list_categ.......?>
    replace with this code
    <?php wp_list_pages(’title_li=&include= 1,2,3‘); ?>

    you need page id to do with this.....<?php wp_list_pages(’title_li=&include= 1,2,3,4,5,30‘); ?>
    change 1,2,3 with your page id....you can add more
     
    meno, Jan 12, 2010 IP