'; } else { echo '
'; } ?>

have_posts() ) { echo '
'; echo '
    '; while( $r -> have_posts() ) { $r->the_post(); $post_id = get_the_ID(); $post_title = get_the_title(); if ( empty($post_title) ) { $post_title = __('Post no title', 'revant' ); } $post_url = get_permalink(); $post_img = get_the_post_thumbnail($post_id, 'post-author-page'); $post_date = kopa_the_date_custom( $post_id, 'F d, Y' ); $post_limit = kopa_get_option( 'blog_excerpt', 55 ); $post_icon = kopa_get_post_format_icon($post_id); ?>
  • '; echo '
'; } else { ?>
'; dynamic_sidebar($blog_right_1_sidebar['position_8']); echo '
'; } ?>