Displaying child pages and their custom fields as a list !
-
Hi, this is my first post on the wordpress forums, I really hope someone can help me out, here is what I am trying to achieve,
I am trying to display all the child pages of a specific page as a list, as well as their custom fields, I am trying to populate a table where each row will have three columns, the first being the title of the child page, the second will be custom field one, and the third custom field two, so it would be something like this.
<table> <tr> <td>the child pages title</td> <td>custom field one</td> <td>custom field two</td> </tr> </table>
I tried using get_pages and wp_list_pages, but for some reason the custom fields won’t display.
ANY help would be appreciated, I am still pretty new to wordpress and all it’s wonders!
Thanx in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Displaying child pages and their custom fields as a list !’ is closed to new replies.