[ Index ] |
MailPress 7.2 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Summary view] [Print] [Text view]
1 <article id="post-<?php the_ID(); ?>" <?php $this->classes( 'article' ); ?>> 2 <header <?php $this->classes( 'entry-header' ); ?>> 3 <h1 <?php $this->classes( '* entry-title' ); ?>> 4 <span class="entry_title_a" style="color:#222222;text-decoration:none;"> 5 <?php if ( isset( $this->build->_the_title ) ) echo $this->build->_the_title; else $this->the_title(); ?> 6 </span> 7 </h1> 8 <div <?php $this->classes( '* entry-meta' ); ?>> 9 <span <?php $this->classes( '*' ); ?>>Generated on</span> 10 <span <?php $this->classes( '* a entry-meta_a' ); ?> href="#" title="<?php echo esc_attr( mysql2date( get_option( 'time_format' ), current_time( 'mysql' ) ) ); ?>" rel="bookmark"> 11 <time datetime="<?php echo esc_attr( mysql2date( 'c', current_time( 'mysql' ) ) ); ?>" pubdate> 12 <?php echo mysql2date( get_option( 'date_format' ), current_time( 'mysql' ) ); ?> 13 </time> 14 </span> 15 </div> 16 </header><!-- .entry-header --> 17 18 <div <?php $this->classes( '* entry-summary' ); ?>> 19 <?php if ( isset( $this->build->_the_content ) ) echo $this->build->_the_content; else $this->the_content(); ?> 20 </div><!-- .entry-summary --> 21 22 <footer <?php $this->classes( 'entry-header entry-meta' ); ?>> 23 <?php if ( isset( $this->build->_the_actions ) ) : ?> 24 <div <?php $this->classes( 'nopmb entry-utility' ); ?>> 25 <span <?php $this->classes( '*' ); ?>> 26 <span <?php $this->classes( '*' ); ?>> 27 <?php echo $this->build->_the_actions; ?> 28 </span> 29 </span> 30 </div> 31 <?php endif; ?> 32 </footer><!-- #entry-utility --> 33 </article>
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 |