ID ), 'full-size' ) ) {
$background_image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full-size' );
$background_image = $background_image[0];
}
if ( get_header_image() ) {
$background_image = get_header_image();
}
// Setup paging for portfolio pagaination
if ( get_query_var('paged') ) {
$paged = get_query_var('paged');
} elseif ( get_query_var('page') ) {
$paged = get_query_var('page');
} else {
$paged = 1;
}
// Set a variable to tell us if there are pagination links to we can take care of spacing issues
$pagination = false;
?>