| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Apr 17 at 18:46 | |
| stats | profile views | 0 |
|
Apr 13 |
comment |
Want Page Descendants when using query_posts post_parent or child_of Thanks for the help. Your code shows the descendants of the current top-level page. What I need is the descendants of a specific page ID, then only show those pages that have a certain taxonomy term. Any ideas? I can get the pages like this: <?php $children = wp_list_pages("title_li=&child_of=58&echo=0"); ?>
But then how do I filter them to show only the ones with:
'taxonomy' => 'industries',
'term' => 'dairy' |
|
Apr 13 |
awarded | Editor |
|
Apr 13 |
revised |
Want Page Descendants when using query_posts post_parent or child_of edited child_of comment |
|
Apr 13 |
asked | Want Page Descendants when using query_posts post_parent or child_of |