logical approach to function parameters for markup

This commit is contained in:
Sean Davis 2014-05-01 10:30:54 -05:00
parent 0d45a9df7a
commit c89d030c6b
3 changed files with 6 additions and 4 deletions

View file

@ -6,7 +6,7 @@
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
<div class="entry-meta">
<?php _s_posted_on(); ?>