Forums

Join
bbPress Support ForumsInstallationGet parent name from subforum

Info

Get parent name from subforum

  1. I have several subforums that are inside a parent forum, which is marked "Make this forum a category." Is it possible to get the title of the parent forum, so I can put it on the subforum? I'm trying to avoid using the breadcrumb, as it doesn't really fit with this particular site.

    Any thoughts are most helpful.

  2. Nevermind. I found it. You can do it like this:
    <?php echo forum_name($forum->forum_parent); ?>

  3. Thanks for posting the solution. It saved me.

  4. This topic is closed