Esempio n. 1
0
						<p><?php 
    _e("This is the error message from the Adaptive Shortcodes' Blog Shortcode ", 'adap');
    ?>
</p>
					</footer>
				</article>

			<?php 
}
?>
		</div>

		<!-- Sidebar
		================================================== -->
		<?php 
if (AdapThemeOptions::show_blog_sidebar()) {
    ?>
			<div class="<?php 
    echo AdapThemeOptions::get_blog_sidebar_classes();
    ?>
 bs-docs-sidebar">
				<?php 
    get_sidebar();
    ?>
			</div>
		<?php 
}
?>

	</div>
</div>