Title: bbPress load more topics
Author: ckchaudhary
Published: <strong>2 Agosto 2013</strong>
Last modified: 8 Febbraio 2015

---

Ricerca i plugin

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

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# bbPress load more topics

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

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

 * [Dettagli](https://it.wordpress.org/plugins/bbpress-loadmore-topics/#description)
 * [Recensioni](https://it.wordpress.org/plugins/bbpress-loadmore-topics/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/bbpress-loadmore-topics/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/bbpress-loadmore-topics/#developers)

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

## Descrizione

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.

## Installazione

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/).

## Recensioni

![](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/) 24 Settembre 2016

Works like a champ!

 [ Leggi tutte le recensioni di 2 ](https://wordpress.org/support/plugin/bbpress-loadmore-topics/reviews/)

## Contributi e sviluppo

“bbPress load more topics” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “bbPress load more topics” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/bbpress-loadmore-topics)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/bbpress-loadmore-topics/)
segui il [repository SVN](https://plugins.svn.wordpress.org/bbpress-loadmore-topics/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/bbpress-loadmore-topics/)
tramite [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

 *  Versione **1.1**
 *  Ultimo aggiornamento **11 anni fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 3.5 o superiore **
 *  Testato fino alla versione **4.1.42**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/bbpress-loadmore-topics/)
 * Tag
 * [bbPress](https://it.wordpress.org/plugins/tags/bbpress/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/bbpress-loadmore-topics/advanced/)

## Valutazioni

 5 su 5 stelle.

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

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/bbpress-loadmore-topics/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/bbpress-loadmore-topics/)

## Dona

Vuoi supportare lo sviluppo di questo plugin?

 [ Fai una donazione per questo plugin ](http://webdeveloperswall.com/contact-us)