Can I use wordpress for a non-blog site?

Your friend is a diva. WordPress started as a blog platform, but now it has grown beyond that and is encroaching on becoming a mid-tier content management system out of the box. If you like it and it is easy for you, use it. It seems to match up with what you are trying to … Read more

How do I set up real anonymous posting in bbpress forums? [closed]

When we post an empty anonymous reply, we get the following errors: The part of BBPress that’s responsible for handling this, is the bbp_new_reply_handler() function, in the file /bbpress/includes/replies/functions.php. It contains these lines that are of interest to us: // User is anonymous if ( bbp_is_anonymous() ) { // Filter anonymous data $anonymous_data = bbp_filter_anonymous_post_data(); … Read more

How to change the text of link ‘Home’ in bbPress forum breadcrumb?

The string is now in bbpress/includes/common/template-tags.php. Hook into bbp_no_breadcrumb, register a filter for gettext and change the text: add_filter( ‘bbp_no_breadcrumb’, ‘wpse_44597_change_home_text’ ); function wpse_44597_change_home_text( $translated, $original=””, $domain = ” ) { if ( ‘bbp_no_breadcrumb’ === current_filter() ) { add_filter( ‘gettext’, __FUNCTION__, 10, 3 ); return FALSE; } if ( ‘Home’ === $original && ‘bbpress’ === … Read more

Unable to access answers.unity.com [closed]

Unity’s License of AnswersHub, the back-end that supports the answers.unity.com has expired. This has nothing to do with your personal/enterprise license of Unity or your Unity account. Once Unity renews their License of AnswersHub, we will be able to access it again.