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:
parent
b85f7bf1ad
commit
3369d27686
|
@ -149,6 +149,7 @@ function comicpress_display_post() {
|
||||||
<div class="post-content">
|
<div class="post-content">
|
||||||
<div class="post-info">
|
<div class="post-info">
|
||||||
<?php comicpress_display_author_gravatar(); ?>
|
<?php comicpress_display_author_gravatar(); ?>
|
||||||
|
<?php comicpress_display_post_calendar(); ?>
|
||||||
<?php if (function_exists('comicpress_show_mood_in_post')) comicpress_show_mood_in_post(); ?>
|
<?php if (function_exists('comicpress_show_mood_in_post')) comicpress_show_mood_in_post(); ?>
|
||||||
<div class="post-text">
|
<div class="post-text">
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -5,7 +5,7 @@ if (!$comicpress_options['disable_lrsidebars_frontpage']) { ?>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<?php
|
<?php
|
||||||
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right Sidebar') ) :
|
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')) {
|
if (is_cp_theme_layout('standard,v')) {
|
||||||
the_widget('ComicPressCalendarWidget');
|
the_widget('ComicPressCalendarWidget');
|
||||||
the_widget('ComicpressArchiveDropdownWidget','mode=monthly_archive');
|
the_widget('ComicpressArchiveDropdownWidget','mode=monthly_archive');
|
||||||
|
|
Loading…
Reference in New Issue