Walleye
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Good WordPress help booksI found the page on this site that had a list of books
Forum: Fixing WordPress
In reply to: Help with wp_list_pagesI found the problem there were two Widget ,Pages dragged into sidebar. I am really new at this and have not programed in php ever (FORTRAN and BASIC) does that date me? In any event thanks to all who have made suggestions. I greatly appreciate the help. Is there a good book about WordPress?
Forum: Fixing WordPress
In reply to: Help with wp_list_pagesThank you–I had to go into pages and check sort by page order, now I need help to remove the second list of pages. Any ideas?
Forum: Fixing WordPress
In reply to: Help with wp_list_pagesI removed wp_list_page udated the file, published the page but, the double page list persists. It has to be written some place else I think.
Forum: Fixing WordPress
In reply to: Help with wp_list_pagesThere is only wp_list_page in the sidebar.php file. I could post the whole sidebar.php file if that would help. I have not been able to find any duplicate lines to explain this.
Forum: Fixing WordPress
In reply to: Help with wp_list_pagesSorry was in too much of a hurry
Forum: Fixing WordPress
In reply to: Moving Pages around on We siteWhat I should have said is that when I modified the code above it added a second list of the pages on the web site. I put the sideBar code back to the original and updated the file but the duplicate Page List is still present.
Forum: Fixing WordPress
In reply to: Moving Pages around on We siteI guess I tried esmi’s suggestion and I ended up getting two sidebars so i must have screwed up something here is hat I have:
<wp_list_pages(‘title_li=<h2>Pages</h2&sort_column_order’ ); ?>
- <h2>Archives</h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
<?php wp_list_categories(‘show_count=1&title_li=<h2>Categories</h2>’); ?>
So question is did I foul up the code?
Forum: Fixing WordPress
In reply to: Moving Pages around on We siteThank you both I think that you have solved my problem. I have a lot to learn but, it is a lot of fun. 🙂