|
@@ -6,12 +6,14 @@
|
|
|
<div class="entry-content">
|
|
|
<div class="date">
|
|
|
<?php the_date(); ?>
|
|
|
+ <p><small><?php edit_post_link('Edit');?></small><p>
|
|
|
</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>
|
|
|
<?php the_content(); ?>
|
|
|
+ <div class="clear"> </div>
|
|
|
<div id="nav-below" class="navigation">
|
|
|
- <div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '(previous)', 'Previous post link', 'daw' ) . '</span> %title' ); ?></div>
|
|
|
- <div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '(next)', 'Next post link', 'daw' ) . '</span>' ); ?></div>
|
|
|
+ <div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'daw' ) . '</span> %title' ); ?></div>
|
|
|
+ <div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '→', 'Next post link', 'daw' ) . '</span>' ); ?></div>
|
|
|
</div><!-- #nav-below -->
|
|
|
</div>
|
|
|
</div>
|