IT Nursery
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or...
  • June 2, 2022
  • 0 Comments
IT Nursery
Closed. This question is off-topic. It is not currently accepting answers. Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support...
  • June 2, 2022
  • 0 Comments
IT Nursery
The default setting in the bbpress forum topics is that the most active topic automatically gets on top (sorted by freshness). However, I wish to change this setting in...
  • May 29, 2022
  • 0 Comments
IT Nursery
I made a WordPress plugin that checks if a bbPress forum / topic has been read. Basically, when a topic is read, a post meta bbppu_read_by is added to...
  • May 28, 2022
  • 0 Comments
I’ve been using bbPress for a while and I’ve noticed some bugs in my fresh installs. This makes me wonder if I should consider to just use WordPress with...
  • May 23, 2022
  • 0 Comments
Default role titles in BBpress are “Keymaster” and “Participant”. I want to change them. I tried the solutions in this page but they didn’t work in my bbpress. Probably,...
  • May 22, 2022
  • 0 Comments
I’m writing a plugin that pulls data from an external API and inserts it into a bbPress topic. Here’s some sample code: function bbp_ajax() { $topic_id = bbp_get_topic_id(); $the_issue_key...
  • May 12, 2022
  • 0 Comments