}
?>
>
						</div>
						<div class="sgmb-selctor-position-every-post sgmb-select-posts">
							<span class="sgmb-label-checkbox">Select Posts:</span>
							<input type="hidden" class="sgmb-all-selected-post" name="sgmb-all-selected-post" value="">
							<?php 
$classes = 'selectOption';
$args = array('posts_per_page' => -1);
// Set to -1 to remove the limit, default 5
$posts = get_posts($args);
foreach ($posts as $post) {
    $selectedKeys[$post->ID] = $post->post_title;
}
echo SgmbAddNewSection::createMultiSelect('sgmbSelectedPosts', $selectedKeys, @$data, $classes);
?>
						</div>
					</div>
					<div class="sgmb-pro-wrapper">
						<a href="<?php 
echo SGMB_PRO_URL;
?>
" target="_blank" class="sgmb-pro-label">Upgrade Pro Now</a>
						<small class="sgmb-pro-notice">* In the picture bellow is shown what you'll get in Pro</small>
					</div>
					<img src="<?php 
echo SGMB_URL . "/img/proFeatures.png";
?>
">
				</div>