Esempio n. 1
0
	<?php 
    do_action('bp_after_directory_forums_list');
    ?>

	<div id="pag-bottom" class="pagination">

		<div class="pag-count" id="topic-count-bottom">
			<?php 
    bp_forum_pagination_count();
    ?>
		</div>

		<div class="pagination-links" id="topic-pag-bottom">
			<?php 
    bp_forum_pagination();
    ?>
		</div>

	</div>

<?php 
} else {
    ?>

	<div id="message" class="info">
		<p><?php 
    _e('Sorry, there were no forum topics found.', 'wplms_modern');
    ?>
</p>
	</div>
Esempio n. 2
0
			<?php do_action( 'bp_directory_forums_extra_row' ) ?>

			<?php endwhile; ?>

		</tbody>
	</table>

	<?php do_action( 'bp_after_directory_forums_list' ) ?>

	<div id="pag-bottom" class="pagination">

		<div class="pag-count" id="topic-count-bottom">
			<?php bp_forum_pagination_count() ?>
		</div>

		<div class="pagination-links" id="topic-pag-bottom">
			<?php bp_forum_pagination() ?>
		</div>

	</div>

<?php else: ?>

	<div id="message" class="info">
		<p><?php _e( 'Sorry, there were no forum topics found.', 'buddypress' ) ?></p>
	</div>

<?php endif;?>

<?php do_action( 'bp_after_forums_loop' ) ?>