Styling of $children
-
Hi,
I’m using;
<?php $children = wp_list_pages('title_li=&child_of='.$post->ID.'&echo=0'); if ($children) { ?> <?php echo $children; ?> <?php } ?>
To get children from a certain page category. Everything works fine, except I want to style the output, so it grabs a thumb, title, etc.
How can I change the output?
Thanks…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Styling of $children’ is closed to new replies.