PATH:
home
/
centosnipponia
/
public_html
/
BAK_doohannl
/
wp-content
/
themes
/
sydney-pro-ii
<?php /** * The template used for displaying page content in page.php * * @package Sydney */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="content-inner"> <?php $disable_title = get_post_meta( $post->ID, '_sydney_page_disable_title', true ); ?> <?php $enable_featured = get_post_meta( $post->ID, '_sydney_page_enable_featured', true ); ?> <?php $enable_featured_all = get_theme_mod( 'enable_page_feat_images', 0 ); ?> <?php $header_layout = get_theme_mod( 'page_header_layout', 'layout1' ); ?> <?php if ( !$disable_title && 'layout3' !== $header_layout ) : ?> <header class="entry-header"> <?php do_action( 'sydney_before_title' ); ?> <?php the_title( '<h1 class="title-post entry-title" ' . sydney_get_schema( "headline" ) . '>', '</h1>' ); ?> </header><!-- .entry-header --> <?php endif; ?> <?php if ( has_post_thumbnail() && ( $enable_featured || $enable_featured_all ) && 'layout1' === $header_layout ) : ?> <div class="entry-thumb"> <?php the_post_thumbnail('large-thumb'); ?> </div> <?php endif; ?> <?php do_action( 'sydney_before_page_entry_content' ); ?> <div class="entry-content" <?php sydney_do_schema( 'entry_content' ); ?>> <?php do_action( 'sydney_before_page_the_content' ); the_content(); do_action( 'sydney_after_page_the_content' ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'sydney' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> <?php do_action( 'sydney_after_page_entry_content' ); ?> <footer class="entry-footer"> <?php edit_post_link( __( 'Edit', 'sydney' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-footer --> </div> </article><!-- #post-## -->
[+]
..
[+]
css
[+]
demo-content
[+]
fonts
[+]
images
[+]
inc
[+]
js
[+]
languages
[+]
page-templates
[+]
partials
[+]
plugins
[+]
post-templates
[+]
theme-dashboard
[+]
updater
[+]
vendor
[+]
widgets
[+]
woocommerce
[-] 404.php
[edit]
[-] archive-employees.php
[edit]
[-] archive-services.php
[edit]
[-] archive.php
[edit]
[-] comments.php
[edit]
[-] content-none.php
[edit]
[-] content-page.php
[edit]
[-] content-quick-view.php
[edit]
[-] content-search.php
[edit]
[-] content-single.php
[edit]
[-] content-wishlist.php
[edit]
[-] content.php
[edit]
[-] footer.php
[edit]
[-] functions.php
[edit]
[-] header-contact.php
[edit]
[-] header-featured-image.php
[edit]
[-] header-no-header.php
[edit]
[-] header.php
[edit]
[-] home.php
[edit]
[-] index.php
[edit]
[-] license.txt
[edit]
[-] page.php
[edit]
[-] README.md
[edit]
[-] readme.txt
[edit]
[-] rtl.css
[edit]
[-] screenshot.png
[edit]
[-] search.php
[edit]
[-] searchform.php
[edit]
[-] sidebar-footer.php
[edit]
[-] sidebar-shop.php
[edit]
[-] sidebar.php
[edit]
[-] single-employees.php
[edit]
[-] single-projects.php
[edit]
[-] single.php
[edit]
[-] style.css
[edit]
[-] sydney-gutenberg-editor-styles.css
[edit]
[-] toolset-config.json
[edit]
[-] wpml-config.xml
[edit]
[-] .htaccess.disabled
[edit]