Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    i have the same prob…

    but i want to mave my wordpress website from localhost to server…

    can anyone help me on this

    thank you

    Mahendra

    Forum: Themes and Templates
    In reply to: Custom Header
    Thread Starter mahendra_dev

    (@mahendra_dev)

    Hi Konstantin Obenland

    thank you for your reply i definately will go through with this link and thank you again for replying me…

    mahendra

    Forum: Themes and Templates
    In reply to: Custom Header
    Thread Starter mahendra_dev

    (@mahendra_dev)

    Hi equalmark

    Thanks for replying me…

    but i dont know how to enable my theme to support Custome headers… can you tell me how to do it and where to do it…

    as am very new to this field i dont know how to do it…

    thanks again for replying me

    Forum: Fixing WordPress
    In reply to: wp_list_pages
    Thread Starter mahendra_dev

    (@mahendra_dev)

    Hi Frnds

    this problem is resolved….
    and i can display the sub navigation properly…

    but now i have one more problem…connected to the same… am using this code to display my sub navigation…

    <?php
    if($post->post_parent)
    $children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0"); else
    $children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0");
    if ($children) { ?>
          <?php echo $children; ?>
          <?php } ?>

    but now, when there is no sub navigation i want to display some text there…

    am very new to this field i harldy got 6 months of experience so dont know any thing…

    can any one help me in this…

    thanks a lot for your replies…

    and yes “alchymyth” thanks for reminding me that, i actual for got to close it…

Viewing 4 replies - 1 through 4 (of 4 total)