get_queried_object_id() : (get_the_ID()>0 ? get_the_ID() : '');
$custom = get_post_custom($post_ID);
$layout = isset ($custom['_page_layout']) ? $custom['_page_layout'][0] : '1';
$i=0;
?>
' . get_the_time('j M Y') . '';
}
if( aleanta_get_option('blog_settings_category', 1) ){
$aleanta_categories = get_the_category(get_the_ID());
if($aleanta_categories){
$aleanta_categories_count = count($aleanta_categories);
$i = 1;
foreach($aleanta_categories as $category) {
if ($aleanta_categories_count > 1 && $i != $aleanta_categories_count) {
$aleanta_cat .= ''.wp_kses_post($category->cat_name).' ,';
}else{
$aleanta_cat .= ''.wp_kses_post($category->cat_name).'';
}
$i++;
}
}
}
if( $aleanta_date != '' && $aleanta_cat != '' ){
$aleanta_dev = '|';
}
$aleanta_img_class = !has_post_thumbnail() ? '' : '';
$aleanta_blog_item = get_post_format() ? get_post_format() : 'standared';
if (!has_post_thumbnail()) {
$classes = array('post-no-image', 'wrap-blog-post','blog-item-'.$aleanta_blog_item,$aleanta_img_class);
}else{
$classes = array('wrap-blog-post','blog-item-'.$aleanta_blog_item,$aleanta_img_class);
}
?>