Hi everyone, Can anyone tell me please how to use the WordPress page widget? I would like to have the option of putting a static web sites pages either on the left in vertical order or on the bottom horizontally near the footer. Otherwise you have to scroll all the way back up to the top to change pages! I have various WP themes but they only allow page links under or above the header which is too restrictive. Any advice on either creating a separate menu bar that can be moved around in WP or using the page widget would be really appreciated. I have tried the page widget but without success. Many thanks Steve
Alpha_375, Thanks for taking the trouble to reply. Maybe I should have made myself clearer. Would you be able to tell me how to use the pages widget to change the position of the page links? That would be really helpful! Thanks Steve
I believe this question is in the wrong forum. However, to answer your question from what I can understand, if you desire to move the page navigation at the top of the page, simply remove the line of code that is calling your navigation bar. It should look something like: "<?php wp_list_pages('sort_column=menu_order&title_li='); ?>" or just "<?php wp_list_pages ?>." Simply remove that line and place it in the div that you want your page links to appear.
Thanks for your reply freebiemogul and sorry if I have posted my question in the wrong forum. I thought I saw a WordPress forum earlier but couldn't find it when submitting this post. Thanks for the coding information. That's really helpful. I've saved it and will apply that to the WordPress site I'm working on. Really appreciate your help! Steve