_s: Adding starter styles along with a few markup changes to accomodate them

This commit is contained in:
Ian Stewart 2012-01-13 20:10:17 +00:00
parent 803ddfe86c
commit a81dc6a810
7 changed files with 461 additions and 5 deletions

View file

@ -14,7 +14,7 @@
<div class="entry-content">
<?php the_content(); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', '_s' ), 'after' => '</div>' ) ); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', '_s' ), 'after' => '</div>' ) ); ?>
<?php edit_post_link( __( 'Edit', '_s' ), '<span class="edit-link">', '</span>' ); ?>
</div><!-- .entry-content -->
</article><!-- #post-<?php the_ID(); ?> -->