Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Forum: Fixing WordPress
    In reply to: accepting comments

    I have exactly the same problem… also have ‘Allow…. ‘ selected. Still I must moderate comments. Feh! If you get a fix would you let me know? admin@ehpes.com
    Thanks

    Thread Starter romers

    (@romers)

    OK…. Got it working:

    Admin -> Design -> Widgets -> Pages -> edit -> sort by page order

    Thanks to all that tried to help. I think I wasn’t clear enough about what I was trying to do in the first place

    romers

    Thread Starter romers

    (@romers)

    Ok… found footer.php for my theme as below:

    <hr />
    <div id=”footer”>
    <!– If you’d like to support WordPress, having the “powered by” link somewhere on your blog is the best way; it’s our only promotion or advertising. –>
    <p>
    <?php bloginfo(‘name’); ?> is proudly powered by
    WordPress

    “>Entries (RSS)
    and “>Comments (RSS).
    <!– <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. –>
    </p>
    </div>
    </div>

    <!– Gorgeous design by Michael Heilemann – http://binarybonsai.com/kubrick/ –>
    <?php /* “Just what do you think you’re doing Dave?” */ ?>

    <?php wp_footer(); ?>
    </body>
    </html>

    Now where to stick
    <?php wp_list_pages(‘sort_column=menu_order’); ?> ???

    r.

    Thread Starter romers

    (@romers)

    sweetangst said:
    If the page numbers you need to order are at the bottom of your screen, look in footer.php for the <?php wp_list_pages() ?> function and make sure it is the same (or change it to) the one that esmi posted for you.

    I guess I’m not being clear: I’m trying to order the titles of the pages that are displayed in the sidebar on the main page under ‘Pages’.

    Now where to I find ‘footer.php’ I am totally unfamiliar with where anything is. I downloaded my whole blog so’s I can look at and for things, but I’m still confused.

    r.

    Thread Starter romers

    (@romers)

    esmi said: Did I get the wrong end of stick? You’re trying to list some pages in a menu in a particular order, yes?

    Yes… the pages titles I’m trying to order are those listed on the main page sidebar under ‘Pages’

    romers

    Thread Starter romers

    (@romers)

    Ensure that you are using <?php wp_list_pages(‘sort_column=menu_order’); ?>.

    But how to do that?? Sorry for my green-ness.
    romers

    Thread Starter romers

    (@romers)

    Is there possiblly a switch somewhere in one of the screens that allows you to switch from Alpha ordering to ID ordering to numerical ordering — I think I’m missing something here.
    romers

    Thread Starter romers

    (@romers)

    Yep… the box for changing the page order is there. I entered the order number for each individual post. Also deleted browser cache and wp cache. Then reloaded the page. It doesn’t change the order in which the pages are listed in the sidebar.
    romers

    Thread Starter romers

    (@romers)

    As soon as I log in I’m in the ‘Dashboard’. I see ‘Manage’ ‘Pages’, but no ‘Admin’ or quickedit. I’m using 2.62 as this was what came with my Yahoo small business account.
    romers

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