How can I add a custom post type featured image to the activity stream feed
-
I have a feed created but I am interested in editing the text of this current activity feed and also adding the featured image to the feed itself for the custom post type. Is there a simple way? I am very new to coding so a simple explanation would be much appreciated.
I am not sure at all where to start (as my current code stopped working) so this is the code I have in my bp-custom file to start the feed up but I do not know what else:
<?php add_post_type_support( ‘fb_url_submit’, ‘buddypress-activity’ ); ?>
Please help, thank you in advance!
- You must be logged in to reply to this topic.