Title: Missing action
Last modified: August 30, 2016

---

# Missing action

 *  [Rourke](https://wordpress.org/support/users/rourke/)
 * (@rourke)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/missing-action/)
 * Hi,
 * This plugin is exactly what I’m looking for. Major thanks for the effort 🙂
 * However I’m having some issues. I used [bbp_list_forums](https://codex.bbpress.org/bbp_list_forums/)
   to list all forums and sub-forums on the homepage.
 * This function however does not have any action `bbp_theme_before_forum_title`
   this plugin can hook onto.
 * My `loop-single-forum.php` template looks like [this](http://pastebin.com/Zz5kPwNF).
 * Do you (or anyone else) happen to know a workaround for this?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Coronoro](https://wordpress.org/support/users/coronoro/)
 * (@coronoro)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/missing-action/#post-6667767)
 * Hey,
    you are facing a similiar issue as described [here](https://wordpress.org/support/topic/can-you-help-me-with-a-template?replies=5)
 * you need some loop and add
 *     ```
       <?php do_action( 'bbp_theme_before_topic_title' ); ?>
       ```
   
 * inside of it

Viewing 1 replies (of 1 total)

The topic ‘Missing action’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bbpress-unread-posts-v2.svg)
 * [bbPress Unread Posts v2](https://wordpress.org/plugins/bbpress-unread-posts-v2/)
 * [Support Threads](https://wordpress.org/support/plugin/bbpress-unread-posts-v2/)
 * [Active Topics](https://wordpress.org/support/plugin/bbpress-unread-posts-v2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbpress-unread-posts-v2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbpress-unread-posts-v2/reviews/)

## Tags

 * [action](https://wordpress.org/support/topic-tag/action/)
 * [hook](https://wordpress.org/support/topic-tag/hook/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [unread](https://wordpress.org/support/topic-tag/unread/)

 * 1 reply
 * 2 participants
 * Last reply from: [Coronoro](https://wordpress.org/support/users/coronoro/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/missing-action/#post-6667767)
 * Status: not resolved