wp list pages of children with thumb
-
Fellow troubleshooters,
I have been searching for a way to display wp list pages in a dynamic sidebar for quite sometime now, and haven’t yet found a solution either here or on the web.
My site is a static page, with 6 headings on the navigation bar. Under the second header ‘stock’, I have multiple children pages, and grandchildren pages. Using the following code, i am able to list the child pages ONLY by order of post title to the required pages:
<ul class="links"> <?php wp_list_pages('depth=1&title_li=&sort_column=post_title&child_of=956'); ?> </ul>
I would however like to list a thumbnail of either the ‘featured image’ or through custom fields to the left, along with the child page title and price (in custom fields) set inline to the right. Thus enabling visitors to the site to search other stock from the sidebar whilst viewing any child/grandchild page within the ‘stock’ parent page.
It appears I’m not the only one after a resolution for this, but some of the other postings haven’t helped so far.
My thanks in advance.
- The topic ‘wp list pages of children with thumb’ is closed to new replies.