updated   : May 15, 2012
we now have 588 snippets
category parent
By : , on July 25, 2011 9:00 am

Add parent page slug to body_class

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will add the parent page slug to the body_class. Displayed like this <body class=”parent-PAGESLUG”> this can be a great way if you need to style elements on specific pages.

read more
By : , on July 18, 2011 9:00 am

Unlimited number of child pages using wp_list_pages

wordpress snippet

Adding this snippet to the sidebar.php of your wordpress theme will use wp_list_pages to display all child pages regardless of depth. This is something I have not found online and needed for a current theme I’m working on, enjoy!

read more
By : , on November 08, 2010 4:00 pm

Check parent ID

wordpress snippet

This snippet will allow you to check if a parent is a particular ID.

read more