by lookhappy | Nov 30, 2016 | Comics
Here’s a little bit of code to display WordPress Childpages in an undordered list including their thumbnail image. <ul class="sub_pages"> <?php $args = array( 'post_parent' => $post->ID, 'post_type' =>...
by lookhappy | Nov 3, 2016 | Comics
So I was using a fairly normal WP_query, along the lines of <?php $query = new WP_Query...