PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom
/
wp-content
/
themes
/
sydney-pro-ii
<?php /** * @package Sydney */ ?> <?php $disable_title = get_post_meta( $post->ID, '_sydney_page_disable_title', true ); $disable_featured = get_post_meta( $post->ID, '_sydney_page_disable_post_featured', true ); $single_post_image_placement = get_theme_mod( 'single_post_image_placement', 'below' ); $single_post_meta_position = get_theme_mod( 'single_post_meta_position', 'below-title' ); $header_layout = get_theme_mod( 'post_header_layout', 'layout1' ); if ( !is_singular( 'post' ) ) { $single_post_image_placement = 'below'; $single_post_meta_position = 'below-title'; $current_type = get_post_type(); $header_layout = get_theme_mod( $current_type . '_header_layout', 'layout1' ); } ?> <?php do_action( 'sydney_before_single_entry' ); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="content-inner"> <?php do_action('sydney_inside_top_post'); ?> <?php if ( 'above' === $single_post_image_placement && 'layout1' === $header_layout ) : ?> <?php sydney_single_post_thumbnail( $disable_featured, $class = 'feat-img-top' ); ?> <?php endif; ?> <?php if ( !$disable_title && 'layout3' !== $header_layout ) : ?> <header class="entry-header"> <?php do_action( 'sydney_before_title' ); ?> <?php if ( 'post' === get_post_type() && 'above-title' === $single_post_meta_position ) : ?> <?php sydney_single_post_meta( 'entry-meta-above' ); ?> <?php endif; ?> <?php the_title( '<h1 class="title-post entry-title" ' . sydney_get_schema( "headline" ) . '>', '</h1>' ); ?> <?php if ( 'post' === get_post_type() && 'below-title' === $single_post_meta_position ) : ?> <?php sydney_single_post_meta( 'entry-meta-below' ); ?> <?php endif; ?> </header><!-- .entry-header --> <?php endif; ?> <?php if ( 'below' === $single_post_image_placement && 'layout1' === $header_layout ) : ?> <?php sydney_single_post_thumbnail( $disable_featured ); ?> <?php endif; ?> <div class="entry-content" <?php sydney_do_schema( 'entry_content' ); ?>> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'sydney' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> <?php do_action( 'sydney_before_single_post_footer' ); ?> <footer class="entry-footer"> <?php sydney_entry_footer(); ?> </footer><!-- .entry-footer --> <?php do_action('sydney_inside_bottom_post'); ?> </div> </article><!-- #post-## --> <?php do_action( 'sydney_after_single_entry' ); ?>
[+]
..
[+]
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]