Exemple #1
0
<?php 
$stickies = get_option('sticky_posts');
rsort($stickies);
$slideshow_cat = arras_get_option('slideshow_cat');
$featured1_cat = arras_get_option('featured1_cat');
$featured2_cat = arras_get_option('featured2_cat');
$news_cat = arras_get_option('news_cat');
$slideshow_count = (int) arras_get_option('slideshow_count');
$featured1_count = (int) arras_get_option('featured1_count');
$featured2_count = (int) arras_get_option('featured2_count');
$post_blacklist = array();
?>

<div id="content" class="<?php 
echo arras_layout_columns('content');
?>
">
<?php 
arras_above_content();
// if the Slideshow is active it is loaded here
?>

<?php 
if (!$paged) {
    ?>

	<?php 
    if (false !== arras_get_option('enable_featured1')) {
        ?>
	<?php 
Exemple #2
0
					<?php 
        wp_tag_cloud();
        ?>
					</div>
				</li>
			<?php 
    }
    ?>
		</ul>
	</div><!-- #primary -->

	<?php 
    if (false !== strpos(arras_get_option('layout'), '3c')) {
        ?>
		<div id="secondary" class="<?php 
        echo arras_layout_columns('secondary');
        ?>
">
		    <ul class="xoxo">
		        <!-- Widgetized sidebar, if you have the plugin installed.  -->
		        <?php 
        if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Secondary Sidebar')) {
            ?>
				<li></li>
		        <?php 
        }
        ?>
		    </ul>
			<?php 
        arras_below_sidebar();
        ?>