CLENT CRUMLEY
  • Design
  • Development
  • Strategy
  • Contact
BarkBox.com

Home // Snippets // Return number of attachments within the loop

  • August 2nd
  • 2015

Return number of attachments within the loop

In the post or page template.

In functions.php
function get_attachments_count($mime = 'image'){
	$num_attachments = array_sum ( (array) wp_count_attachments( $mime ) ); 
	echo $num_attachments;
}

Posted in Wordpress by clent

Posted in Snippets by clent

~ ★ ~

Ready to get started?

I'm currently creating opportunity in Central Texas & would love the chance to be a part of your next web endeavor.

Fill out a short questionnaire and let's make some magic happen.

Start Project »
  • Design
  • Development
  • Strategy
  • Contact