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 'Style 5' to displaying related posts
*
* @package SPIN
* @since SPIN 1.0.54
*/
$spin_link = get_permalink();
$spin_post_format = get_post_format();
$spin_post_format = empty( $spin_post_format ) ? 'standard' : str_replace( 'post-format-', '', $spin_post_format );
?><div id="post-<?php the_ID(); ?>" <?php post_class( 'related_item post_format_' . esc_attr( $spin_post_format ) ); ?> data-post-id="<?php the_ID(); ?>">
<?php
spin_show_post_featured(
array(
'thumb_size' => apply_filters( 'spin_filter_related_thumb_size', spin_get_thumb_size( (int) spin_get_theme_option( 'related_posts' ) == 1 ? 'big' : 'med' ) ),
)
);
?>
<div class="post_header entry-header">
<h6 class="post_title entry-title"><a href="<?php echo esc_url( $spin_link ); ?>"><?php
if ( '' == get_the_title() ) {
esc_html_e( '- No title -', 'spin' );
} else {
the_title();
}
?></a></h6>
<?php
if ( in_array( get_post_type(), array( 'post', 'attachment' ) ) ) {
?>
<div class="post_meta">
<a href="<?php echo esc_url( $spin_link ); ?>" class="post_meta_item post_date"><?php echo wp_kses_data( spin_get_date() ); ?></a>
</div>
<?php
}
?>
</div>
</div>