Sid Gifari File Manager
🏠 Root
/
home
/
alianzatejedoras
/
intranet.alianzatejedorasdevida.org
/
wp-content
/
themes
/
anesta
/
📝 Editing: image.php
<?php /** * The template to display the attachment * * @package ANESTA * @since ANESTA 1.0 */ get_header(); while ( have_posts() ) { the_post(); // Display post's content get_template_part( apply_filters( 'anesta_filter_get_template_part', 'templates/content', 'single-' . anesta_get_theme_option( 'single_style' ) ), 'single-' . anesta_get_theme_option( 'single_style' ) ); // Parent post navigation. $anesta_posts_navigation = anesta_get_theme_option( 'posts_navigation' ); if ( 'links' == $anesta_posts_navigation ) { ?> <div class="nav-links-single<?php if ( ! anesta_is_off( anesta_get_theme_option( 'posts_navigation_fixed', 0 ) ) ) { echo ' nav-links-fixed fixed'; } ?>"> <?php the_post_navigation( apply_filters( 'anesta_filter_post_navigation_args', array( 'prev_text' => '<span class="nav-arrow"></span>' . '<span class="meta-nav" aria-hidden="true">' . esc_html__( 'Published in', 'anesta' ) . '</span> ' . '<span class="screen-reader-text">' . esc_html__( 'Previous post:', 'anesta' ) . '</span> ' . '<h5 class="post-title">%title</h5>' . '<span class="post_date">%date</span>', ), 'image' ) ); ?> </div> <?php } // Comments do_action( 'anesta_action_before_comments' ); comments_template(); do_action( 'anesta_action_after_comments' ); } get_footer();
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/alianzatejedoras/intranet.alianzatejedorasdevida.org/wp-content/themes/anesta