PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
themes
/
incforce
/
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 --> <?php if ( get_edit_post_link() && !$enable_vc ) : ?> <footer class="entry-footer"> <?php edit_post_link( sprintf( /* translators: %s: Name of current post */ esc_html__( 'Edit %s', 'wp-bootstrap-starter' ), the_title( '<span class="screen-reader-text">"', '"</span>', false ) ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-footer --> <?php endif; ?> </article><!-- #post-## -->
[-] join-today-content-section.php
[edit]
[-] content-none.php
[edit]
[+]
..
[-] common-video-gallery-section.php
[edit]
[-] offering-workspace-service-section.php
[edit]
[-] home-event-section.php
[edit]
[-] home-banner-section-old.php
[edit]
[-] about-service-details-section.php
[edit]
[-] home-offering-section.php
[edit]
[-] common-price-plans-section.php
[edit]
[-] common-amazing-partners-section.php
[edit]
[-] contact-form-section.php
[edit]
[-] inner-banner-section.php
[edit]
[-] home-banner-section.php
[edit]
[-] content-search.php
[edit]
[-] content-page.php
[edit]
[-] home-designed-by-women-section.php
[edit]
[-] common-news-letter-section.php
[edit]
[-] content-notitle.php
[edit]
[-] content.php
[edit]
[-] book-tour-section.php
[edit]