', '' ); // Dynamic Archive Description the_archive_description( '
', '
' ); // Dynamic Post Count using _nx() Function $archive_total_posts = $wp_query->found_posts; $archive_item_text = sprintf( _nx( 'article', 'articles', $archive_total_posts, 'archive post count', 'authentic-blog' ), number_format_i18n( $archive_total_posts ) ); ?>