Forums

Join
bbPress Support ForumsRequests and Feedbackbbp_topic_class() like post_class()

bbp_topic_class() like post_class()

  1. Will there be possibility to add classes like in WordPress post_class().

    I know that bbp_topic_class() is using post_class() via bbp_get_topic_class() already, but I would love to see simple solution to add custom classes to row of topic, something like bbp_topic_class("my custom classes") or with compatibility bbp_topic_class($topic_id, "my custom classes").

  2. made ticket in trac http://bbpress.trac.wordpress.org/ticket/1712

  3. You must log in to post.