PageRenderTime 50ms CodeModel.GetById 28ms RepoModel.GetById 1ms app.codeStats 0ms

/themes/OneMozilla-Air/content.php

https://github.com/fvignals/One-Mozilla-blog
PHP | 13 lines | 10 code | 3 blank | 0 comment | 0 complexity | b5ae9d59b1d15edc64fa572319aa40bf MD5 | raw file
  1. <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  2. <header class="entry-header">
  3. <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permanent link to &ldquo;%s&rdquo;', 'onemozilla' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php esc_attr(the_title()); ?></a></h2>
  4. </header>
  5. <div class="entry-content">
  6. <?php the_content( __( 'Continue reading &hellip;', 'onemozilla' ) ); ?>
  7. <?php wp_link_pages( array( 'before' => '<p class="pages" role="navigation"><span>' . __( 'Pages:', 'onemozilla' ) . '</span>', 'after' => '</p>' ) ); ?>
  8. </div><!-- .entry-content -->
  9. <?php edit_post_link( __( 'Edit Post', 'onemozilla' ), '<p class="edit">', '</p>' ); ?>
  10. </article><!-- #post-<?php the_ID(); ?> -->