* @internal RECOMMENDED CSS3 * @internal REQUIRED WordPress 3.8 for `dashicons` dependency of `Opus-Primus` stylesheet * * @author Opus Primus * @copyright Copyright (c) 2012-2014, Opus Primus * * This file is part of Opus Primus. * * Opus Primus is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 2, as published by the * Free Software Foundation. * * You may NOT assume that you can use any other version of the GPL. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details * * You should have received a copy of the GNU General Public License along with * this program; if not, write to: * * Free Software Foundation, Inc. * 51 Franklin St, Fifth Floor * Boston, MA 02110-1301 USA * * The license for this software can also likely be found here: * http://www.gnu.org/licenses/gpl-2.0.html * * @version 1.2 * @date August 2013 * * @version 1.2.1 * @date August 4, 2013 * Removed `translation-ready` tag * * @version 1.2.2 * @date October 2013 * * @version 1.2.3 * @date February 2014 * * @version 1.2.4 * @date May 2014 */ global $opus_structures; get_header(); /** Add empty hook before content */ do_action( 'opus_content_before' ); ?>
layout_open(); /** The complete loop section */ $opus_structures->the_loop_wrapped(); /** Call the sidebar */ get_sidebar(); /** Close the classes written by the layout_open call */ echo $opus_structures->layout_close(); /** Add empty hook at the bottom of the content */ do_action( 'opus_content_bottom' ); ?>