HEX
Server: Apache
System: Linux p3plzcpnl507886.prod.phx3.secureserver.net 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: njtlk1f8hdyw (10030520)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/njtlk1f8hdyw/public_html/baler.com.co/wp-content/themes/fabrica/image.php
<?php
/**
 * The template to display the attachment
 *
 * @package FABRICA
 * @since FABRICA 1.0
 */


get_header();

while ( have_posts() ) {
	the_post();

	// Display post's content
	get_template_part( apply_filters( 'fabrica_filter_get_template_part', 'templates/content', 'single-' . fabrica_get_theme_option( 'single_style' ) ), 'single-' . fabrica_get_theme_option( 'single_style' ) );

	// Parent post navigation.
	$fabrica_posts_navigation = fabrica_get_theme_option( 'posts_navigation' );
	if ( 'links' == $fabrica_posts_navigation ) {
		?>
		<div class="nav-links-single<?php
			if ( ! fabrica_is_off( fabrica_get_theme_option( 'posts_navigation_fixed' ) ) ) {
				echo ' nav-links-fixed fixed';
			}
		?>">
			<?php
			the_post_navigation( apply_filters( 'fabrica_filter_post_navigation_args', array(
					'prev_text' => '<span class="nav-arrow"></span>'
						. '<span class="meta-nav" aria-hidden="true">' . esc_html__( 'Published in', 'fabrica' ) . '</span> '
						. '<span class="screen-reader-text">' . esc_html__( 'Previous post:', 'fabrica' ) . '</span> '
						. '<h5 class="post-title">%title</h5>'
						. '<span class="post_date">%date</span>',
			), 'image' ) );
			?>
		</div>
		<?php
	}

	// Comments
	do_action( 'fabrica_action_before_comments' );
	comments_template();
	do_action( 'fabrica_action_after_comments' );
}

get_footer();