tag for Masonary blog post articled_is_masonry('top'); // started WordPress loop if( have_posts() ) { while( have_posts() ) { the_post(); $e_blog_layout = apply_filters( 'articled_blog_archive_post', $e_blog_layout ); load_template( $e_blog_layout, false ); } } 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' => '' ); the_posts_pagination( $articled_paginate_args ); ?>