예제 #1
0
			<div class="entry-info">
				<p class="comments-link"><?php comments_popup_link( __( '&rarr; Leave a comment', 'coraline' ), __( '&rarr; 1 Comment', 'coraline' ), __( '&rarr; % Comments', 'coraline' ) ); ?></p>
				<p><?php coraline_posted_on(); coraline_posted_by(); ?></p>
				<?php edit_post_link( __( 'Edit', 'coraline' ), '', '' ); ?>
			</div><!-- .entry-info -->
		</div><!-- #post-## -->

<?php /* How to display all other posts. */ ?>

	<?php else : ?>
		<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
			<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'coraline' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>

			<div class="entry-meta">
				<?php coraline_posted_on(); coraline_posted_by(); ?><span class="comments-link"><span class="meta-sep">|</span> <?php comments_popup_link( __( 'Leave a comment', 'coraline' ), __( '1 Comment', 'coraline' ), __( '% Comments', 'coraline' ) ); ?></span>
			</div><!-- .entry-meta -->

	<?php if ( is_search() ) : // Display excerpts for search. ?>
			<div class="entry-summary">
				<?php the_excerpt(); ?>
			</div><!-- .entry-summary -->
	<?php else : ?>
			<div class="entry-content">
				<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'coraline' ) ); ?>
				<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'coraline' ), 'after' => '</div>' ) ); ?>
			</div><!-- .entry-content -->
	<?php endif; ?>

			<div class="entry-info">
					<p class="comments-link"><?php comments_popup_link( __( '&rarr; Leave a comment', 'coraline' ), __( '&rarr; 1 Comment', 'coraline' ), __( '&rarr; % Comments', 'coraline' ) ); ?></p>
the_title();
?>
</h1>
	
		<div class="entry-meta">
							<?php 
$autorNota = get_post_meta($post->ID, 'autor', true);
?>
							<?php 
$ciudadNota = get_post_meta($post->ID, 'ciudad', true);
?>
							<?php 
if (!empty($ciudadNota)) {
    print $ciudadNota . " | ";
}
coraline_posted_on();
?>
  
							<?php 
if (!empty($autorNota)) {
    print " | Por " . $autorNota;
}
?>
						</div><!-- .entry-meta -->
	
		<div class="entry-content">
		
				 <!-- botones redes sociales -->
				<?php 
include TEMPLATEPATH . "/includes/share.php";
?>