-
@parkstreet – Gotcha!
Looks like this issue has been reported:
-
@parkstreet – I think you’re making this way too complicated! The easiest way is to copy over the /blogs/blogs-loop.php to your child theme and use the template tag:
bp_blog_description()somewhere in the loop. There’s an action to hook into in the bp-default template, but the hook is after the last activity block, which is probably not where [...] -
cnorris23 posted on the forum topic Get Each Blogs Description in the group How-To and Troubleshooting:
@parkstreet In case you want to give it a try later, the reason the filter didn’t work is because of the fourth parameter in add_filter(‘bp_blog_description’, ‘get_users_blog_description’,10,2). The fourth parameter is for the number of accepted arguments. The number of accepted arguments is determined by the number of arguments passed by the…[Read more]
-
mercime posted on the forum topic Get Each Blogs Description in the group How-To and Troubleshooting:
@parkstreet – will you be sharing this plugin