Sha256: 97bc2446dcfd5ca30051c5cac9bd2cd18345a85cd41c226a1668981f13dcf5d2
Contents?: true
Size: 527 Bytes
Versions: 5
Compression:
Stored size: 527 Bytes
Contents
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <h2 class="entry-title"><?php the_title(); ?></h2> </header> <?php if ( is_search() ) : ?> <div class="entry-summary"> <?php the_excerpt(); ?> <a href="<?php the_permalink(); ?>"><?php _e('Read more', '<%= theme_id %>') ?></a> </div> <?php else : ?> <div class="entry-content"> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', '<%= theme_id %>' ) ); ?> </div> <?php endif; ?> </div>
Version data entries
5 entries across 5 versions & 1 rubygems