class="js-isotope" data-isotope-options='{ "itemSelector": ".article-wrapper" }'>

' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Monthly Archives: %s', 'agama' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'agama' ) ) . '' ); elseif ( is_year() ) : printf( __( 'Yearly Archives: %s', 'agama' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'agama' ) ) . '' ); else : _e( 'Archives', 'agama' ); endif; ?>