'; } /* * Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ if($fluid_magazine_counter_pos == 8){ echo ''; echo '
'; echo '
'; /** * Page Header * * @see fluid_magazine_pg_header - 30 */ do_action( 'fluid_magazine_page_header'); } if( $fluid_magazine_counter_pos<8 ){ get_template_part( 'template-parts/content-featured', get_post_format() ); } else{ echo '
'; get_template_part( 'template-parts/content-archive', get_post_format() ); echo '
'; } $fluid_magazine_counter_pos++; endwhile; else : echo '
'; echo '
'; /** * Page Header * * @see fluid_magazine_pg_header - 30 */ do_action( 'fluid_magazine_page_header'); echo '
'; get_template_part( 'template-parts/content', 'none' ); echo '
'; endif; echo '
'; fluid_magazine_pagination(); echo '
'; ?>