category parent
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 moreUnlimited 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 moreCheck parent ID
wordpress snippet
This snippet will allow you to check if a parent is a particular ID.
read more







