Example #1
0
        $_breadcrumb = wpo_theme_options('blog_show-breadcrumb', true);
        $_showtitle = wpo_theme_options('blog_show-title', true);
        break;
}
?>

<?php 
get_header(wpo_theme_options('headerlayout'));
?>

<section id="wpo-mainbody" class="wpo-mainbody clearfix main-page">
    <?php 
if ($_breadcrumb) {
    ?>
      <?php 
    wpo_breadcrumb($_showtitle);
    ?>
  <?php 
}
?>

     <div class="wrapper-content"> 
        <div class="container"><div class="container-inner">
            <div class="row">
            <?php 
get_sidebar('left');
?>
                <!-- MAIN CONTENT -->
                <div id="wpo-content" class="<?php 
echo esc_attr($wpopconfig['main']['class']);
?>
global $wpopconfig;
// Get Page Config
$wpopconfig = $wpoEngine->getPageConfig();
?>

<?php 
get_header($wpoEngine->getHeaderLayout());
?>

<section id="wpo-mainbody" class=" wpo-mainbody portfolio-page">
<?php 
if ($wpopconfig['breadcrumb']) {
    ?>
    <div class="wrapper-breadcrumb">
        <?php 
    wpo_breadcrumb($wpopconfig['showtitle']);
    ?>
    </div>
<?php 
}
?>
    <div class="wrapper-content">
        <div class="container">
            <div class="container-inner">
                <div class="row">
                    <!-- MAIN CONTENT -->
                    <?php 
get_sidebar('left');
?>
                        <div id="wpo-content" class="<?php 
echo esc_attr($wpopconfig['main']['class']);
Example #3
0
global $wpopconfig;
// Get Page Config
$wpopconfig = $wpoEngine->getPageConfig();
?>

<?php 
get_header($wpoEngine->getHeaderLayout());
?>

<section id="wpo-mainbody" class=" wpo-mainbody blog-page">
        <?php 
if ($wpopconfig['breadcrumb']) {
    ?>
            <div class="wrapper-breadcrumb">
                <?php 
    wpo_breadcrumb();
    ?>
            </div>
        <?php 
}
?>
        <div class="wrapper-content">
            <div class="container">
                <div class="container-inner">
                    <div class="row">
                        <!-- MAIN CONTENT -->
                        <?php 
get_sidebar('left');
?>
                        <div id="wpo-content" class="<?php 
echo $wpopconfig['main']['class'];
 *
 * @website  http://www.wpopal.com
 * @support  http://www.wpopal.com/support/forum.html
 */
global $wpopconfig;
$wpopconfig = $wpoEngine->getPortfolioConfig();
$show_title = wpo_theme_options('portfolio_show-title', true);
?>

<?php 
get_header(wpo_theme_options('headerlayout', ''));
?>

<?php 
if (wpo_theme_options('portfolio_show-breadcrumb', true)) {
    wpo_breadcrumb($show_title);
}
?>

<section id="wpo-mainbody" class="wpo-mainbody clearfix single-portfolio">
	<div class="container">
		<div class="row">
			<?php 
get_sidebar('left');
?>
			<!-- MAIN CONTENT -->
			<div class="<?php 
echo esc_attr($wpopconfig['main']['class']);
?>
">
				<div id="wpo-content" class="wpo-content ">