-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question re sidebar nav #102
Comments
I'm having the same issue 1) |
You can exclude pages by using the on get_pages() exclude parameter and adding page ID's in: like so:
You can also change sorting with the sort_column and sort_order parameters, from the get_pages documentation |
Another way to solve this could be the usage of the wordpress provided menu functionality. http://codex.wordpress.org/Appearance_Menus_Screen would be much easier than excluding a bunch of pages manually. |
I second @dasrecht suggestion. Using built-in WordPress menu functionality would be excellent, so the theme does not have to be hacked. |
@dasrecht, @gserafini +1. If you can do it in a way without hardcoding values into the file, you should (updating and maintenance will be a lot easier). I haven't had experience of Wordpress menu's previously. |
This one can be closed since the Pullrequest is merged. |
Hi,
Love the svbtle theme guys! I have a couple questions:
Is there a way to control what pages appear in the navigation in the left column? It seems the default is to include all pages.
How would I add a simple footer? I just need space to put in a one line disclaimer.
Thanks!
Bill
The text was updated successfully, but these errors were encountered: