Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter lornapeck

    (@lornapeck)

    Oh, for goodness’ sake–will somebody just shoot me now? I contacted the designer of the theme I’m using and he suggested that there might be a “switch” in the Widget section of Appearance. Duh! Sometimes I forget to look for the obvious solution!

    Anyway, problem solved. Thanks, Esmi, for your help.

    Thread Starter lornapeck

    (@lornapeck)

    Thanks for your reply, Esmi. I tried both and neither worked. Is a puzzlement.

    Thread Starter lornapeck

    (@lornapeck)

    Anybody out there? I really need to figure out how to place my first-level pages in a prescribed order in the right sidebar. Thanks for any help you can offer.

    Forum: Fixing WordPress
    In reply to: Page order
    Thread Starter lornapeck

    (@lornapeck)

    EXCELLENT! Worked like a charm. And thanks for the feedback on the delay I’ve been experiencing seeing my changes when I view my website.

    Forum: Fixing WordPress
    In reply to: Page order
    Thread Starter lornapeck

    (@lornapeck)

    I found the code in the menu.php file. Here’s how it reads with the change you suggested
    (see the 7th line of code):

    <div class=”menu”>

    <?php if(function_exists(‘wp_page_menu’)) : ?>
    <?php wp_page_menu (‘show_home=1&depth=1&title_li=’); ?>
    <?php else : ?>

    • “>Home
    • <?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’); ?>

    <?php endif; ?>
    </div>

    So far, after 15 minutes, the change has still not shown up when I view my stie. I’m willing to wait a while longer before hollering for help again, as earlier today it took a very long time for a font change to show up after I had updated the file.

    Thanks.

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