[ Index ] |
MailPress 7.2 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Summary view] [Print] [Text view]
1 <?php while ( have_posts() ) : the_post(); ?> 2 <article id="post-<?php the_ID(); ?>" <?php $this->classes( 'article' ); ?>> 3 <header class="entry-header"> 4 <h1 class="entry-title"> 5 <a rel="bookmark" href="<?php the_permalink() ?>"> 6 <?php the_title(); ?> 7 </a> 8 </h1> 9 <div class="entry-meta"> 10 <span class="date"> 11 <a rel="bookmark" title="permalink to <?php the_permalink() ?>"> 12 <time class="entry-date" datetime="<?php the_time( 'j. F Y' ) ?>"> 13 <?php the_time( 'F, j Y' ) ?> 14 </time> 15 </a> 16 </span> 17 <span class="author vcard"> 18 <a class="url fn n" rel="author" title="Show all posts by <?php the_author(); ?>"><?php the_author(); ?></a> 19 </span> 20 </div> 21 </header> 22 <div class="entry-content"> 23 <?php $this->the_content( __( 'More →' ) ); ?> 24 </div> 25 <footer class="entry-meta"> 26 <div class="comments-link"> 27 <a title="comment <?php the_title(); ?>" href="<?php the_permalink(); ?>#respond"> 28 <span class="leave-reply"> 29 Leave a comment 30 </span> 31 </a> 32 </div> 33 </footer> 34 </article> 35 <?php endwhile; ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue May 19 15:55:14 2020 | Cross-referenced by PHPXref 0.7.1 |