>
post_count > 2 ) :
//rtl compliance
if ( is_rtl() ) {
$_icon_prev = 'icn-right-open-big';
$_icon_next = 'icn-left-open-big';
}
else {
$_icon_prev = 'icn-left-open-big';
$_icon_next = 'icn-right-open-big';
}
?>
array(
'article_selectors' => czr_fn_get_property( 'article_selectors' ),
'media_cols' => czr_fn_get_property('media_cols'),
'content_cols' => czr_fn_get_property('content_cols')
)
)
);
endwhile
?>