|
@@ -5,10 +5,14 @@
|
|
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
|
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
|
<div class="entry-content">
|
|
<div class="entry-content">
|
|
<div class="date">
|
|
<div class="date">
|
|
- <?php the_date(); ?>
|
|
|
|
- <p><small><?php edit_post_link('Edit');?></small><p>
|
|
|
|
|
|
+ <?php the_date(); ?>
|
|
|
|
+ <div class="meta">
|
|
|
|
+ <?php dw_posted_at(); ?>
|
|
|
|
+ <p><small><?php edit_post_link('Edit');?></small><p>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
|
|
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
|
|
|
|
+
|
|
<?php the_content(); ?>
|
|
<?php the_content(); ?>
|
|
<div class="clear"> </div>
|
|
<div class="clear"> </div>
|
|
<div id="nav-below" class="navigation">
|
|
<div id="nav-below" class="navigation">
|