Skip to content

Instantly share code, notes, and snippets.

View roytanck's full-sized avatar

Roy Tanck roytanck

View GitHub Profile
@roytanck
roytanck / walker-page-parent-only.php
Created October 29, 2012 09:31 — forked from markoheijnen/walker-page-parent-only.php
This walker for WordPress gives you the ability to only show the items that are selected
<?php
/**
* Create HTML list of pages.
*
* @package WordPress
* @since 2.1.0
* @uses Walker
*/
class Walker_Page_Parent_Only extends Walker {