File manager - Edit - /home/verseaumee/middletvnew/wp-content/themes/mediaflex/image.php
Back
<?php /** * The template to display the attachment * * @package MEDIAFLEX * @since MEDIAFLEX 1.0 */ get_header(); while ( have_posts() ) { the_post(); // Display post's content get_template_part( apply_filters( 'mediaflex_filter_get_template_part', 'templates/content', 'single-' . mediaflex_get_theme_option( 'single_style' ) ), 'single-' . mediaflex_get_theme_option( 'single_style' ) ); // Parent post navigation. $mediaflex_posts_navigation = mediaflex_get_theme_option( 'posts_navigation' ); if ( 'links' == $mediaflex_posts_navigation ) { ?> <div class="nav-links-single<?php if ( ! mediaflex_is_off( mediaflex_get_theme_option( 'posts_navigation_fixed', 0 ) ) ) { echo ' nav-links-fixed fixed'; } ?>"> <?php the_post_navigation( apply_filters( 'mediaflex_filter_post_navigation_args', array( 'prev_text' => '<span class="nav-arrow"></span>' . '<span class="meta-nav" aria-hidden="true">' . esc_html__( 'Published in', 'mediaflex' ) . '</span> ' . '<span class="screen-reader-text">' . esc_html__( 'Previous post:', 'mediaflex' ) . '</span> ' . '<h5 class="post-title">%title</h5>' . '<span class="post_date">%date</span>', ), 'image' ) ); ?> </div> <?php } // Comments do_action( 'mediaflex_action_before_comments' ); comments_template(); do_action( 'mediaflex_action_after_comments' ); } get_footer();
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings