govfresh / govpress

The WordPress theme for government
https://wordpress.org/themes/govpress/
GNU General Public License v2.0
135 stars 51 forks source link

Pages Sidebar Widget Question #53

Closed alaina13 closed 10 years ago

alaina13 commented 10 years ago

Is there anyway to alter the code in the sidebar-page-parent.php file to make it so it only shows the first level of child pages? I have some pages that have children and grandchildren (is that the right wording for that?) and would only like to show the first level (or just the children, not the grandchildren).

Thanks!

devinsays commented 10 years ago

Yes, wp_list_pages has a "depth" argument: http://codex.wordpress.org/Function_Reference/wp_list_pages.

Should just take a slight tweak. Let me know if you have any issues implementing.

alaina13 commented 10 years ago

Thanks for the quick answer! Should I child theme it so that the modification will stay after any updates?

devinsays commented 10 years ago

Yes.