コード例 #1
0
ファイル: sidebar-author.php プロジェクト: kalushta/darom
<?php

/**
 * Author Sidebar template.
 *
 * @package ClassiPress\Templates
 * @author  AppThemes
 * @since   ClassiPress 1.0
 */
?>

<!-- right block -->
<div class="content_right">

	<?php 
appthemes_before_sidebar_widgets('author');
?>

	<?php 
if (!dynamic_sidebar('sidebar_author')) {
    ?>

	<!-- no dynamic sidebar so don't do anything -->

	<?php 
}
?>

	<?php 
appthemes_after_sidebar_widgets('author');
?>
コード例 #2
0
ファイル: sidebar-author.php プロジェクト: kalushta/darom
<!-- right block -->
<div class="content_right">

	<?php 
appthemes_before_sidebar_widgets();
?>

	<?php 
if (function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar_author')) {
} else {
    ?>

	<!-- no dynamic sidebar so don't do anything -->

	<?php 
}
?>

	<?php 
appthemes_after_sidebar_widgets();
?>

</div><!-- /content_right -->
コード例 #3
0
ファイル: sidebar-blog.php プロジェクト: kalushta/darom
wp_tag_cloud(array('smallest' => 9, 'largest' => 16));
?>

				</div>

				<div class="clr"></div>

			</div>

		</div>

	</div><!-- end tabs -->


	<?php 
appthemes_before_sidebar_widgets('blog');
?>

	<?php 
if (!dynamic_sidebar('sidebar_blog')) {
    ?>

	<!-- no dynamic sidebar so don't do anything -->

	<?php 
}
?>

	<?php 
appthemes_after_sidebar_widgets('blog');
?>
コード例 #4
0
ファイル: sidebar.php プロジェクト: kalushta/darom
        $filter = '';
    }
    $ad_cat_array = get_term_by('slug', get_query_var(APP_TAX_CAT), APP_TAX_CAT, ARRAY_A, $filter);
    // build the advanced sidebar search
    cp_show_refine_search($ad_cat_array['term_id']);
} else {
    if (is_search()) {
        // build the advanced sidebar search
        cp_show_refine_search(get_query_var('scat'));
    }
}
// is_search
?>

	<?php 
appthemes_before_sidebar_widgets('main');
?>

	<?php 
if (!dynamic_sidebar('sidebar_main')) {
    ?>

		<!-- no dynamic sidebar setup -->

		<div class="shadowblock_out">

			<div class="shadowblock">

				<h2 class="dotted"><?php 
    _e('Meta', APP_TD);
    ?>
コード例 #5
0
ファイル: sidebar-page.php プロジェクト: kalushta/darom
<?php

/**
 * Page Sidebar template.
 *
 * @package ClassiPress\Templates
 * @author  AppThemes
 * @since   ClassiPress 1.0
 */
?>

<!-- right block -->
<div class="content_right">

	<?php 
appthemes_before_sidebar_widgets('page');
?>

	<?php 
if (!dynamic_sidebar('sidebar_page')) {
    ?>

		<!-- no dynamic sidebar setup -->

		<div class="shadowblock_out">

			<div class="shadowblock">

				<h2 class="dotted"><?php 
    _e('Meta', APP_TD);
    ?>
コード例 #6
0
ファイル: sidebar-user.php プロジェクト: kalushta/darom
_e('Total Listings:', APP_TD);
?>
 <strong><?php 
echo $post_count_total;
?>
</strong></li>

			</ul>

		</div><!-- /shadowblock -->

	</div><!-- /shadowblock_out -->


	<?php 
appthemes_before_sidebar_widgets('user');
?>

	<?php 
if (!dynamic_sidebar('sidebar_user')) {
    ?>

	<!-- no dynamic sidebar so don't do anything -->

	<?php 
}
?>

	<?php 
appthemes_after_sidebar_widgets('user');
?>
コード例 #7
0
ファイル: sidebar-ad.php プロジェクト: kalushta/darom
_e('Latest items listed by', APP_TD);
?>
 <?php 
the_author_meta('display_name');
?>
 &raquo;</span></a>

			</div><!-- /singletab -->

		</div><!-- /priceblock3 -->

	</div><!-- /tabprice -->


	<?php 
appthemes_before_sidebar_widgets('ad');
?>

	<?php 
if (!dynamic_sidebar('sidebar_listing')) {
    ?>

	<!-- no dynamic sidebar so don't do anything -->

	<?php 
}
?>

	<?php 
appthemes_after_sidebar_widgets('ad');
?>