My thoughts of working with bbPress

I recently rebuilt the Mojoness Inc. corporate site and the team made the decision to move all network support onto a general forum location. We have not yet launched the support forum to the public but I must say I learned a lot about bbPress and more importantly it’s major educational neglect.

After a couple of days trying to get the new forum built I decided that I should start documenting what I was able to assemble. Anyway, enough of the rambling on my thoughts. If you go over to WP Roots you can see a whole series I am devoting to working with bbPress. Check it out:

bbPress Shortcodes

More links coming soon…

Styling Code

Lets see how WP does this:


/*Table Head*/
#support-wrap .bbp-forum-info { text-align: left;}
#support-wrap .bbp-forum-topic-count { text-align: center;}
#support-wrap .bbp-forum-reply-count { text-align: center;}
#support-wrap .bbp-forum-freshness { text-align: center;}
#support-wrap .bbp-forum-freshness a { font-size: 13px; color: #333333; text-decoration: none;}