';
$thumb_id = get_post_thumbnail_id($post->ID);
$thumb_url = wp_get_attachment_image_src( $thumb_id, 'post-thumbnails');
$alt_text = get_post_meta($thumb_id , '_wp_attachment_image_alt', true);
if ($post_layout == 1) {
echo '
';
} else {
echo '

';
}
echo '';
}
?>
'' . __( 'Pages:', 'anaglyph-lite' ) . '',
'after' => '
',
'link_before' => '',
'link_after' => '',
) ); ?>