updated all the function names from twentyten_ to melville_
This commit is contained in:
10
single.php
10
single.php
@ -7,15 +7,15 @@ get_header(); ?>
|
||||
|
||||
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
<h1 class="entry-title"><?php the_title(); ?></h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<?php the_content(); ?>
|
||||
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
|
||||
<p class="date"><?php twentyten_posted_on(); ?></p>
|
||||
<p class="post-meta"><?php twentyten_posted_in();?>
|
||||
<p class="date"><?php melville_posted_on(); ?></p>
|
||||
<p class="post-meta"><?php melville_posted_in();?>
|
||||
|
||||
<?php comments_template( '', true ); ?>
|
||||
|
||||
<?php endwhile; // end of the loop. ?>
|
||||
</div>
|
||||
<?php get_footer(); ?>
|
||||
<?php get_footer(); ?>
|
||||
|
Reference in New Issue
Block a user