Uname:
Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software:
Apache
PHP version:
8.0.30 [ PHP INFO ] PHP os:
Linux
Server Ip:
145.239.37.162
Your Ip:
216.73.216.190
User:
dreampi (1009562) | Group:
users (100)
Safe Mode:
OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl
<?php
/**
* The template to display the attachment
*
* @package SPIN
* @since SPIN 1.0
*/
get_header();
while ( have_posts() ) {
the_post();
// Display post's content
get_template_part( apply_filters( 'spin_filter_get_template_part', 'templates/content', 'single-' . spin_get_theme_option( 'single_style' ) ), 'single-' . spin_get_theme_option( 'single_style' ) );
// Parent post navigation.
$spin_posts_navigation = spin_get_theme_option( 'posts_navigation' );
if ( 'links' == $spin_posts_navigation ) {
?>
<div class="nav-links-single<?php
if ( ! spin_is_off( spin_get_theme_option( 'posts_navigation_fixed' ) ) ) {
echo ' nav-links-fixed fixed';
}
?>">
<?php
the_post_navigation( apply_filters( 'spin_filter_post_navigation_args', array(
'prev_text' => '<span class="nav-arrow"></span>'
. '<span class="meta-nav" aria-hidden="true">' . esc_html__( 'Published in', 'spin' ) . '</span> '
. '<span class="screen-reader-text">' . esc_html__( 'Previous post:', 'spin' ) . '</span> '
. '<h5 class="post-title">%title</h5>'
. '<span class="post_date">%date</span>',
), 'image' ) );
?>
</div>
<?php
}
// Comments
do_action( 'spin_action_before_comments' );
comments_template();
do_action( 'spin_action_after_comments' );
}
get_footer();