have_posts()) {
#DISPLAY SMOOTH GALLERY ELEMENTS
while ($smoothgallery_posts->have_posts())
{
$smoothgallery_posts->the_post();
#RETRIEVE THE SMOOTH GALLERY IMAGE URL
$picture = get_post_meta($post->ID, 'picture', true);
#RETRIEVE THE SMOOTH GALLERY URL
$url = get_post_meta($post->ID, 'url', true);
?>
How to make your post to appear right here?
If you want to list your posts here, you should go to you theme's options (Appereance => Theme Options) and put the category's id. Please note that if the category doesn't consist any posts, you'll be still seeing sample posts.
How to assign a picture to a featured post?
Select a post & click edit through your admin panel. Scroll down to the section named "Custom fields" then create a field named "picture" and the value should contain a path where you stored a picture. You may also create a custom field named "url" just in case you want to link your post elsewhere.
About this theme
Did you know that featured posts may contain up to 3 lines of text. This theme is built using CSS framework "Blueprint". The featured posts is based on "SmoothGallery" which is based on "MooTools" - a javascript framework.