ID, $themeslug.'_recent_posts_title' , true);; $toggle = get_post_meta($post->ID, $themeslug.'_recent_posts_title_toggle' , true);; $recent_posts_image = get_post_meta($post->ID, $themeslug.'_recent_posts_images_toggle' , true);; $category = get_post_meta($post->ID, $themeslug.'_recent_posts_category' , true); } else { $title = $options->get($themeslug.'_recent_posts_title'); $toggle = $options->get($themeslug.'_recent_posts_title_toggle'); $recent_posts_image = $options->get($themeslug.'_recent_posts_images_toggle'); $category = $options->get($themeslug.'_recent_posts_category'); } if ($category != 'all') { $blogcategory = $category; } else { $blogcategory = ""; } $args = array( 'numberposts' => 4, 'post__not_in' => get_option( 'sticky_posts' ), 'category_name' => $blogcategory ); $recent_posts = get_posts( $args ); ?>

'; echo ''; the_post_thumbnail(); echo ''; echo '
'; } ?>

Not Found