Skip to content

Instantly share code, notes, and snippets.

<?php get_header(); ?>
<div id="projects">
<?php $thumbnailid = get_post_thumbnail_id($post->ID); ?>
<?php $images = get_children(
array(
'post_parent' => $post->ID,
'post_status' => 'inherit',
'post_type' => 'attachment',
'post_mime_type' => 'image',
'order' => 'ASC',