| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/eglisebaa/www/wp-content/themes/hallelujah/ |
| Current File : /home/eglisebaa/www/wp-content/themes/hallelujah/content-sticky.php |
<?php
/**
* The Sticky template to display the sticky posts
*
* Used for index/archive
*
* @package WordPress
* @subpackage HALLELUJAH
* @since HALLELUJAH 1.0
*/
$hallelujah_columns = max( 1, min( 3, count( get_option( 'sticky_posts' ) ) ) );
$hallelujah_post_format = get_post_format();
$hallelujah_post_format = empty( $hallelujah_post_format ) ? 'standard' : str_replace( 'post-format-', '', $hallelujah_post_format );
?><div class="column-1_<?php echo esc_attr( $hallelujah_columns ); ?>"><article id="post-<?php the_ID(); ?>"
<?php
post_class( 'post_item post_layout_sticky post_format_' . esc_attr( $hallelujah_post_format ) );
hallelujah_add_blog_animation( $hallelujah_template_args );
?>
>
<?php
if ( is_sticky() && is_home() && ! is_paged() ) {
?>
<span class="post_label label_sticky"></span>
<?php
}
// Featured image
hallelujah_show_post_featured(
array(
'thumb_size' => hallelujah_get_thumb_size( 1 == $hallelujah_columns ? 'big' : ( 2 == $hallelujah_columns ? 'med' : 'avatar' ) ),
)
);
if ( ! in_array( $hallelujah_post_format, array( 'link', 'aside', 'status', 'quote' ) ) ) {
?>
<div class="post_header entry-header">
<?php
// Post title
the_title( sprintf( '<h6 class="post_title entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h6>' );
// Post meta
hallelujah_show_post_meta( apply_filters( 'hallelujah_filter_post_meta_args', array(), 'sticky', $hallelujah_columns ) );
?>
</div><!-- .entry-header -->
<?php
}
?>
</article></div><?php
// div.column-1_X is a inline-block and new lines and spaces after it are forbidden