示例#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_archive_sidebar()) {
    ?>

			<div class="<?php 
    echo AdapThemeOptions::get_archive_sidebar_classes();
    ?>
 bs-docs-sidebar">
				<?php 
    get_sidebar();
    ?>
			</div>

		<?php 
}
?>