PATH:
home
/
lab2454c
/
archswipe.com
/
wp-content
/
themes
/
veritserv
/
template-parts
<?php /** * Template part for displaying page content in page.php * * @link https://codex.wordpress.org/Template_Hierarchy * * @package WP_Bootstrap_Starter */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php $enable_vc = get_post_meta(get_the_ID(), '_wpb_vc_js_status', true); // if(!$enable_vc ) { // ?> <!--<header class="entry-header">--> <?php //the_title( '<h1 class="entry-title">', '</h1>' ); ?> <!--</header><!-- .entry-header --> <?php //} ?> <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]