whoami7 - Manager
:
/
home
/
analuakl
/
somethingsmushy.com
/
wp-content
/
themes
/
hitchcock
/
Upload File:
files >> /home/analuakl/somethingsmushy.com/wp-content/themes/hitchcock/singular.php
<?php get_header(); if ( have_posts() ) : while( have_posts() ) : the_post(); ?> <div class="content section-inner"> <div id="post-<?php the_ID(); ?>" <?php post_class( 'single single-post' ); ?>> <div class="post-container"> <?php if ( ! post_password_required() ) : $post_format = get_post_format(); if ( $post_format == 'gallery' ) : ?> <figure class="featured-media group"> <?php hitchcock_flexslider( 'post-image' ); ?> </figure><!-- .featured-media --> <?php elseif ( has_post_thumbnail() ) : ?> <figure class="featured-media"> <?php the_post_thumbnail( 'post-image' ); ?> </figure><!-- .featured-media --> <?php endif; ?> <?php endif; ?> <div class="post-header"> <?php if ( is_single() ) : ?> <p class="post-date"><?php the_time( get_option( 'date_format' ) ); ?></p> <?php endif; ?> <?php the_title( '<h1 class="post-title">', '</h1>' ); ?> </div> <div class="post-inner"> <div class="post-content entry-content"> <?php the_content(); ?> </div><!-- .post-content --> <?php $args = array( 'before' => '<div class="page-links group"><span class="title">' . __( 'Pages:', 'hitchcock' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'separator' => '', 'pagelink' => '%', 'echo' => 1 ); wp_link_pages( $args ); ?> <?php if ( is_single() ) : ?> <div class="post-meta"> <?php if ( has_category() ) : ?> <p class="categories"> <?php _e( 'In', 'hitchcock' ); ?> <?php the_category( ', ' ); ?> </p> <?php endif; ?> <?php if ( has_tag() ) : ?> <p class="tags"> <?php the_tags( '', ' ' ); ?> </p> <?php endif; ?> <?php edit_post_link( __( 'Edit Post', 'hitchcock' ), '<p class="post-edit">', '</p>' ); ?> </div><!-- .post-meta --> <div class="post-navigation group"> <?php $prev_post = get_previous_post(); $next_post = get_next_post(); if ( ! empty( $prev_post ) ) : ?> <a class="post-nav-prev" href="<?php the_permalink( $prev_post->ID ); ?>"> <p><?php _e( 'Next', 'hitchcock' ); ?><span class="hide"> <?php _e( 'Post', 'hitchcock' ); ?></span></p> <span class="fa fw fa-angle-right"></span> </a> <?php endif; if ( ! empty( $next_post ) ) : ?> <a class="post-nav-next" href="<?php the_permalink( $next_post->ID ); ?>"> <span class="fa fw fa-angle-left"></span> <p><?php _e( 'Previous', 'hitchcock' ); ?><span class="hide"> <?php _e( 'Post', 'hitchcock' ); ?></span></p> </a> <?php endif; ?> </div><!-- .post-navigation --> <?php else : edit_post_link(__( 'Edit', 'hitchcock' ), '<div class="post-meta"><p class="post-edit">', '</p></div>' ); endif; ?> </div><!-- .post-inner --> <?php comments_template( '', true ); ?> </div><!-- .post-container --> </div><!-- .post --> </div><!-- .content --> <?php if ( is_single() ) { hitchcock_related_posts( 3 ); } endwhile; endif; ?> <?php get_footer(); ?>
Copyright ©2021 || Defacer Indonesia