🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 22:42:54 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
kadence
/
bbpress
📍 /home/eliteewa/public_html/wp-content/themes/kadence/bbpress
🔄 Refresh
✏️
Editing: pagination-topics.php
Writable
<?php /** * Pagination for pages of replies (when viewing a topic) * * @package bbPress * @subpackage Theme */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; do_action( 'bbp_template_before_pagination_loop' ); if ( bbp_get_forum_pagination_links() ) { ?> <div class="bbp-pagination"> <div class="bbp-pagination-count"><?php bbp_forum_pagination_count(); ?></div> <div class="bbp-pagination-links"><?php bbp_forum_pagination_links(); ?></div> </div> <?php } do_action( 'bbp_template_after_pagination_loop' );
💾 Save Changes
❌ Cancel