Title: bbPress load more topics
Author: ckchaudhary
Published: <strong>August 2, 2013</strong>
Last modified: February 8, 2015

---

Search plugins

![](https://ps.w.org/bbpress-loadmore-topics/assets/banner-772x250.jpg?rev=750701)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/bbpress-loadmore-topics_e4e9ef.svg)

# bbPress load more topics

 By [ckchaudhary](https://profiles.wordpress.org/ckchaudhary/)

[Download](https://downloads.wordpress.org/plugin/bbpress-loadmore-topics.1.1.zip)

 * [Details](https://test.wordpress.org/plugins/bbpress-loadmore-topics/#description)
 * [Reviews](https://test.wordpress.org/plugins/bbpress-loadmore-topics/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/bbpress-loadmore-topics/#installation)
 * [Development](https://test.wordpress.org/plugins/bbpress-loadmore-topics/#developers)

 [Support](https://wordpress.org/support/plugin/bbpress-loadmore-topics/)

## Description

Add a ‘load-more’ button in topics archive. On click of it, new topics are appended
at the end of topics list.

The plugin has no setting, check the ‘Installation’ screen for more information.

## Installation

Install the plugin like you’d [install any wordpress plugin](https://codex.wordpress.org/Managing_Plugins).

The plugin will automatically add a loadmore button at the bottom of topics list.

+++++++++++++++++

**Important:-** If you are updating from old version of this plugin, chances are
you might get 2 ‘load more’ buttons.
 In that case:

 1. You can either remove the function call from your template file(which you’d have
    done earlier)
 2. Or, you can put the following code in your functions.php

_`remove\_action( "bbp\_template\_after\_topics\_loop", "bbpresslmt\_loadmore\_button");`_

+++++++++++++++++

In case, ‘load more’ button is not added automatically, you can put following code
in bbpress template file called loop-topics.php,

_`<?php if( function\_exists( 'bbpresslmt\_loadmore\_button' ) ): ?>
 <?php bbpresslmt\
_loadmore\_button(); ?> <?php endif; ?>

preferably inside `<li class="bbp-body">` or `<li class="bbp-footer">`

And of course, you should copy template files into your theme/child theme and then
make changes. [Instructions](https://codex.bbpress.org/amending-bbpress-templates/).

+++++++++++++++++++

If you want to add the button in a different place:

 1. Remove original button by adding following code in your theme’s functions.php file:
    _`
    remove\_action( "bbp\_template\_after\_topics\_loop", "bbpresslmt\_loadmore\_button");`_
 2. Add following code where you want the button to appear:
     _`<?php if( function\_exists('
    bbpresslmt\_loadmore\_button' ) ): ?> <?php bbpresslmt\_loadmore\_button(); ?> 
    <?php endif; ?>

## FAQ

### Activated the plugin, but i don’t see any load more link.

you can put following code in bbpress template file called loop-topics.php,

_`<?php if( function\_exists( 'bbpresslmt\_loadmore\_button' ) ): ?>
 <?php bbpresslmt\
_loadmore\_button(); ?> <?php endif; ?>

preferably inside `<li class="bbp-body">` or `<li class="bbp-footer">`

And of course, you should copy template files into your theme/child theme and then
make changes. [Instructions](https://codex.bbpress.org/amending-bbpress-templates/).

## Reviews

![](https://secure.gravatar.com/avatar/85db2297c9ee89e517544a82544520db2d97b70b944d2a0c4a0c6c4c11b694f6?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-522/)󠁿

 [onlyway](https://profiles.wordpress.org/onlyway/) September 24, 2016

Works like a champ!

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/bbpress-loadmore-topics/reviews/)

## Contributors & Developers

“bbPress load more topics” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ ckchaudhary ](https://profiles.wordpress.org/ckchaudhary/)

[Translate “bbPress load more topics” into your language.](https://translate.wordpress.org/projects/wp-plugins/bbpress-loadmore-topics)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/bbpress-loadmore-topics/),
check out the [SVN repository](https://plugins.svn.wordpress.org/bbpress-loadmore-topics/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/bbpress-loadmore-topics/)
by [RSS](https://plugins.trac.wordpress.org/log/bbpress-loadmore-topics/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

**1.1**

 * Automatically display load more button at proper location.
 * Added security in ajax.
 * Small miscellaneous improvements.

**1.0**

Initial release

## Meta

 *  Version **1.1**
 *  Last updated **11 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.5 or higher **
 *  Tested up to **4.1.42**
 *  Language
 * [English (US)](https://wordpress.org/plugins/bbpress-loadmore-topics/)
 * Tag
 * [bbPress](https://test.wordpress.org/plugins/tags/bbpress/)
 *  [Advanced View](https://test.wordpress.org/plugins/bbpress-loadmore-topics/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/bbpress-loadmore-topics/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/bbpress-loadmore-topics/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/bbpress-loadmore-topics/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/bbpress-loadmore-topics/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/bbpress-loadmore-topics/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/bbpress-loadmore-topics/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/bbpress-loadmore-topics/reviews/)

## Contributors

 *   [ ckchaudhary ](https://profiles.wordpress.org/ckchaudhary/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/bbpress-loadmore-topics/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://webdeveloperswall.com/contact-us)