Ejemplo n.º 1
0
echo $cb_buddypress_global_color;
?>
;">
                    
                <?php 
echo $cb_title;
if ($cb_group_creator != NULL) {
    echo $cb_group_creator;
}
?>
                        
                </div>

                <?php 
if ($cb_breadcrumbs == 'on' && $cb_breadcrumbs_override == NULL) {
    echo cb_breadcrumbs();
}
?>

						<div id="main" class="clearfix<?php 
echo $cb_sidebar_position;
?>
" role="main">

							<?php 
if (have_posts()) {
    while (have_posts()) {
        the_post();
        ?>

							<article id="post-<?php 
Ejemplo n.º 2
0
    do_shortcode(cb_featured_image_style($cb_featured_image_style, $post));
}
?>

<div id="cb-content" class="wrap clearfix">

	<?php 
if (have_posts()) {
    while (have_posts()) {
        the_post();
        ?>

		<div id="main" class="cb-main" role="main">

			<?php 
        cb_breadcrumbs();
        ?>

			<article id="post-<?php 
        the_ID();
        ?>
" <?php 
        post_class('clearfix');
        ?>
 role="article">

				<?php 
        if ($cb_featured_image_style == 'off' || $cb_featured_image_style == 'standard' || $cb_featured_image_style_cache == 'standard' || $cb_featured_image_style_cache == 'off') {
            cb_featured_image_style($cb_featured_image_style, $post);
        }
        ?>
Ejemplo n.º 3
0
							<article id="post-<?php 
        the_ID();
        ?>
" <?php 
        post_class('clearfix');
        ?>
 role="article" <?php 
        if ($cb_review_checkbox != '1') {
            echo 'itemscope itemtype="http://schema.org/BlogPosting"';
        }
        ?>
>
                                  
                                 <?php 
        if ($cb_featured_image_style == 'off' && $cb_breadcrumbs != 'off') {
            echo cb_breadcrumbs('padding-off');
        }
        if ($cb_featured_image_style == 'standard' && $cb_post_format != 'gallery') {
            echo cb_featured_image($post, 'standard');
        }
        if ($cb_featured_image_style == 'off' || $cb_post_format == 'gallery') {
            echo cb_featured_image($post, 'off');
        }
        ?>

								<section class="entry-content clearfix" <?php 
        if ($cb_review_checkbox == '1') {
            echo 'itemprop="reviewBody"';
        } else {
            echo 'itemprop="articleBody"';
        }