Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Rafa? Gicgier

    (@gicolek)

    Hello Kineta,

    At the moment this is unachievable withoty any custom code.

    bbPress stores the information on what Forum Topic belongs to by parent – child relation which is unsupported by the plugin. And since I haven’t had any requests of that sort I’m not planning on adding the feature yet.

    In that case you will need to use the acf_rwp_query filter and add the parent=$forum_id to the query variable.

    Needless to say this requires programming knowledge. I’ve created a working snippet for you: https://gist.github.com/gicolek/96c36093be971332acb82f1e7e347bd8

    This will apply everywhere you have your widget specified. Obviously you will need to alter the id inside.

    You can copy and paste the code into your functions.php file of your active theme.

    Regards,
    Rafal

    Thread Starter Kineta

    (@kineta)

    @gicolek – Thank you so much for taking the time to write that bit of code and answer my question. Using that code would pretty much limit the widget to showing a single use, correct?

    Plugin Author Rafa? Gicgier

    (@gicolek)

    Thanks ?? you need to change 126 to the id of your forum which can be obtained from the url of your admin screen while editing the specific forum you want to list the topics from ??

    Thread Starter Kineta

    (@kineta)

    Thanks, that became obvious after I posted my question ??

    It’s a very useful plugin. I’m using it in one place to show forum topics with a particular tag and another to show a category. I’ll find another solution for the bbPress forums so I won’t lose the other uses. Thanks much for your help.

    Plugin Author Rafa? Gicgier

    (@gicolek)

    Anytime Kineta ??

    Plugin Author Rafa? Gicgier

    (@gicolek)

    Resolving the topic ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘taxonomy for bbPress forums’ is closed to new replies.