/**
 * Get the total gallery count for the current query
 * 
 * Use inside the loop only
 */
function mpp_total_gallery_count()
{
    echo mpp_get_total_gallery_count();
}
Example #2
0
	</div><!-- #mpp-dir-search -->

	<?php 
do_action('mpp_before_directory_gallery_tabs');
?>

	<form action="" method="post" id="mpp-directory-form" class="dir-form">

		<div class="item-list-tabs" role="navigation">
			<ul>
				<li class="selected" id="mpp-all">
					<a href="<?php 
echo get_permalink(buddypress()->pages->mediapress->id);
?>
"><?php 
printf(__('All Galleries <span>%s</span>', 'mediapress'), mpp_get_total_gallery_count());
?>
</a>
				</li>

                <?php 
do_action('mpp_directory_types');
?>

				<li id="mpp-order-select" class="last filter">

					<?php 
_e('Filter By:', 'mediapress');
?>
					<select>
						<option value=""><?php