PATH:
home
/
lab2454c
/
veritserv.com
/
wp-content
/
themes
/
veritserv
/
template-parts
<?php /** * Template part for displaying page content * * @link https://codex.wordpress.org/Template_Hierarchy * * @package WP_Bootstrap_Starter */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content"> <?php the_content(); wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'wp-bootstrap-starter' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> </article><!-- #post-## -->
[-] content-none.php
[edit]
[+]
..
[-] content-search.php
[edit]
[-] .htaccess
[edit]
[-] content-page.php
[edit]
[-] content-notitle.php
[edit]
[-] content.php
[edit]