tag for Masonary blog post articled_is_masonry('top'); // started WordPress loop if( have_posts() ) { while( have_posts() ) { the_post(); echo '
'; get_template_part('/parts/post-show-type/type', $e_blog_layout); echo '
'; } } else { echo '

' . esc_html__( 'Opppp! Sorry No Content', 'articled') . '

'; } articled_is_masonry('bottom'); ?>
'', 'next_text' => '', 'type' => 'list', 'add_args' => false, 'add_fragment' => '', 'before_page_number' => '', 'after_page_number' => '' ); echo paginate_links( $articled_paginate_args ); ?>