the_title(); ?>
$args = array(
'order' => 'ASC',
'orderby' => 'menu_order',
'post_type' => 'attachment',
'post_parent' => $post_id,
'post_mime_type' => 'image',
'post_status' => null,
'numberposts' => -1,
);
$attachments = get_posts($args);
if (!empty($attachments)) {
foreach ($attachments as $image) {
$image_url_thumb = wp_get_attachment_image_src($image->ID, 'thumbnail');
$image_url_fullsize = wp_get_attachment_image_src($image->ID, 'fullsize');
?>
}
}
?>

Hi there,
My name is Novica Djukic, user experience designer. I have 6+ years of experience in web design.
For the last few years, I have been focusing on user experience, interface and web design, but I also enjoy developing web applications in PHP. I keep developing these skills and interests in my personal projects, because I love learning new things.