Preview: content-page.php
Size: 641 B
/home/jambtst2015/public_html/ida.org.ng/wp-content/themes/ida/content-page.php
<?php /** * The template used for displaying page content in page.php * * @package AccesspressLite */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> </header><!-- .entry-header --> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'accesspresslite' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> <?php edit_post_link( __( 'Edit', 'accesspresslite' ), '<footer class="entry-footer"><span class="edit-link">', '</span></footer>' ); ?> </article><!-- #post-## -->
Directory Contents
Dirs: 7 × Files: 26