// don't show title
    } else {
        if (!is_front_page()) {
            ?>
                <h2 class="page_title"><?php 
            get_template_part('parts/title', 'page');
            ?>
</h2>
            <?php 
        }
    }
    if (get_post_meta($post->ID, 'toggle_featured', true) == "show") {
        get_template_part('parts/image', '1168_526');
    }
    the_content();
    nimbus_clear();
    get_template_part('parts/wp_link_pages');
    comments_template();
    ?>
        </div>
        <div class="col-sm-4 <?php 
    echo $sidebar_select_aside_classes;
    ?>
">
            <?php 
    get_sidebar();
    ?>
        </div>
    </div>
<?php 
}
Exemple #2
0
                        echo $color;
                        ?>
;"></i>
                                    <h3 class="text-center"><a href="<?php 
                        echo get_permalink($featured);
                        ?>
"><?php 
                        get_template_part('parts/title', 'page');
                        ?>
</a></h3>
                                    <?php 
                        $the_excerpt = nimbus_get_the_excerpt_by_id($featured);
                        if (!empty($the_excerpt)) {
                            echo $the_excerpt;
                        } else {
                            nimbus_clear(8);
                        }
                        ?>
                                </div>
                                <?php 
                    }
                } else {
                    get_template_part('parts/error', 'no_results');
                }
                $wp_query = null;
                $wp_query = $original_query;
                wp_reset_postdata();
            }
            ?>
                </div>
            <?php