comicpress_display_calendar re-added to the comicpress_display_post

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-12-24 17:52:48 -08:00
parent b85f7bf1ad
commit 3369d27686
2 changed files with 2 additions and 1 deletions

View File

@ -149,6 +149,7 @@ function comicpress_display_post() {
<div class="post-content">
<div class="post-info">
<?php comicpress_display_author_gravatar(); ?>
<?php comicpress_display_post_calendar(); ?>
<?php if (function_exists('comicpress_show_mood_in_post')) comicpress_show_mood_in_post(); ?>
<div class="post-text">
<?php

View File

@ -5,7 +5,7 @@ if (!$comicpress_options['disable_lrsidebars_frontpage']) { ?>
<div class="sidebar">
<?php
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right Sidebar') ) :
// the_widget('ComicpressBookmarkWidget','mode=three-button');
the_widget('ComicpressBookmarkWidget','mode=three-button');
if (is_cp_theme_layout('standard,v')) {
the_widget('ComicPressCalendarWidget');
the_widget('ComicpressArchiveDropdownWidget','mode=monthly_archive');