I don’t have a complete answer for you.
But I can point out that you should use the filter hook provided in the function bp_blog_latest_post()
So something like:
add_filter('bp_get_blog_latest_post', 'your_function', 1);
function your_function( ) {
global $blogs_template;
$str = // build your string to include excerpt and thumbnail
return $str;
}
I don’t recall if bp_blog_latest_post() is called anywhere other than the blog directory page – if it is, then this approach will change that too.
Related Posts:
- How to get a buddypress user profile link and a certain user profile field for the current post author?
- Ability to set character limit in BuddyPress?
- BuddyPress: hook to add new profile fields and groups
- Syncing BuddyPress and WordPress profile fields [closed]
- Buddypress Full documentation [closed]
- What problems can BuddyPress make? [closed]
- How to force buddypress users to complete profile after registration? [closed]
- How to override Member’s Avatars in BuddyPress [closed]
- Rename Buddypress Profile Tab
- How to re-enable admin bar with Buddypress active? (BP bar removed) [closed]
- Show buddypress notification in the frontend [closed]
- Buddypress and WordPress on different subdomains with the same database?
- BuddyPress Xprofile check if user can view field [closed]
- How to reply to Buddypress notifications? [closed]
- Redirect after registration in BuddyPress [closed]
- Remove tabs from buddypress groups and members pages [closed]
- Make Profile link, link to the BuddyPress profile instead of the WordPress dashboard? [closed]
- I’m trying to Add a new Buddypress menu tab and it is not showing up [closed]
- Showing the user’s username in registration email or activation page with BuddyPress [closed]
- Buddypress: Edit activity when new blog post [closed]
- BuddyPress: What is the use of is_default_option field in wp_bp_xprofile_fields table? [closed]
- How do I find the bbpress forum ID for a forum in a buddypress group?
- Custom excerpt length filter doesn’t work
- How to get Viewing profile ID in buddypress? [closed]
- delete a photo tag in rtmedia [closed]
- Can’t Find BBPress data in Database
- How to get user id which is done by buddypress [closed]
- BuddyBoss (BuddyPress / bbPress) moderation filters not doing anything
- Table ‘wp_signups’ doesn’t exist [closed]
- Show activities of defined BuddyPress groups [closed]
- How to edit buddypress templates? [closed]
- Buddypress – adding custom post to members
- BuddyPress Toolbar
- how to remove mandatory required fields in buddypress registration [closed]
- User-based media gallery
- Customizing the BuddyPress blog loop
- BuddyPress returning incorrect xprofile date [closed]
- Buddypress dynamic profile field
- Is it possible to remove ‘group’ from slug for buddypress groups
- Using WordPress as an API [closed]
- Display message on homepage when new user account is activated
- How to carry over existing wp users to a new buddypress installation [closed]
- How to create a customized logout URL in BuddyPress
- How to set up WordPress in the intranet?
- How can I display the total number of favorites for any particular buddypress activity stream post? [closed]
- Can I develop a social networking Site using WordPress and its Plugins? [closed]
- How to bring registration field to index page? [closed]
- BP Profile search results won’t link to user’s profile page [closed]
- Integration of Cubepoints/Achievements
- BuddyPress/bbpress: There was an error when creating the topic
- Fire curl command everytime new user is created
- How to get all logged in user id in buddypress [closed]
- bp_has_members with custom fields [closed]
- Display count of new members registered today [closed]
- Pre-populate BuddyPress Member Profile Data in Gravity Forms [closed]
- security issue in wordpress?
- conditional activity page for buddypress [closed]
- BuddyPress user custom url structure , any one knows filter for bp_core_get_userlink [closed]
- Include Buddypress & bbPress styles/scripts conditionally [closed]
- Problems with redirecting a BuddyPress custom subnav item [closed]
- Buddypress – Add activity scope [closed]
- Buddypress get data from wp_bp_groups_members table [closed]
- How to send a BuddyPress user a notification on a plugin event? [closed]
- How to: get_user_meta – BuddyPress [closed]
- Where do I edit the user profile with Buddypress? [closed]
- Buddypress Language Files Question [closed]
- Change Buddypress Activity Stream Date format [closed]
- how to remove header from registration page? [closed]
- how to find the current page is isngle activity page in buddypress? [closed]
- Buddypress: remove forum tab in user profile page? [closed]
- I’m trying to use the Group Extension API in BuddyPress but keep getting a fatal error [closed]
- Buddypress Group creation step reordering [closed]
- Is it possible to use WP_USER_QUERY to search by username using a wildcard? [closed]
- How to add a new variable to blog creation form?
- Random 404 errors using Buddypress
- Set default landing page for buddypress member profile
- WordPress Buddypress changes groups position
- How to filter members by xprofile field via BuddyPress REST API
- Redirecting non-logged in users trying to view Group pages but not the Group directory
- Add usermeta on Buddypress register
- Code correction – Hide a profile from visitors with a specific role
- Buddypress profile link on author blogroll page
- How to display profile fields with no data in BuddyPress profile view? [closed]
- How can I place ad code after every 5 activities in BuddyPress activity loop?
- Where am I gaining 6px height retrieving buddypress avatar [closed]
- Send a specific email in HTML and the rest in plain text
- Excert ( the_excerpt(); ) Not working properly
- Serve WordPress in root path of Apache
- How to add username in toolbar link?
- Buddypress registration page hangs [closed]
- Certain BuddyPress Member Profile Data Getting Hyperlinked [closed]
- buddypress edit profile [closed]
- WordPress/BuddyPress plugin to allow users to create members-only posts [closed]
- BuddyPress Component Slug 404 [closed]
- Saving Custom Fields Defined in BuddyPress’ register.php
- Add Sub Nav Menu Item to Buddy Press Menu [closed]
- buddypress bp_core_add_message() doesn’t fire why? [closed]
- Target “admins” with different styles on the front end [closed]
- How to disable buddypress top mini adminbar [closed]
- Bp-reshare alternative [closed]