setup_postmeta stuff because we all love global variables
This commit is contained in:
parent
aeb0adcaaf
commit
eb1d65f14a
@ -2,7 +2,7 @@
|
|||||||
<div class="post-comic">
|
<div class="post-comic">
|
||||||
<?php include('nav.inc') ?>
|
<?php include('nav.inc') ?>
|
||||||
<div class="comicdate">
|
<div class="comicdate">
|
||||||
<?php echo mysql2date('F jS, Y', $post->post_date) ?>
|
<?php the_date('F jS, Y') ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<?php if (get_option('comicpress-enable-storyline-support') == 1) { ?>
|
<?php if (get_option('comicpress-enable-storyline-support') == 1) { ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user