IT WORKED!!! THAnk you so much!
This is what it said in the sidebar where it changes perfectly the one above was from header.
<?php wp_list_pages(‘title_li=’); ?>
What happens is when I do that the one in the side bar changes but not on top.
Heres what I found in themes
<?php
$pages = get_pages();
foreach ($pages as $pagg) {
$option = ‘<div class=”button”>ID).'”>’;
$option .= $pagg->post_title;
$option .= ‘</div>’;
echo $option;
}
I am having trouble using that. I move it down to my inactivate to change its settings? but how do I put it back?
I see that it is ordering by title in there. I am trying to change it but when I save it nothing happens and when I drag it down again it is ordering by title still.
Thank you for you help