I am using shortcode of post activity on differene page.
Everthing working fine but media icon not showing with post.
i am using this code in function.
<?php if ( is_user_logged_in() ) : ?>
<?php
bp_get_template_part( ‘activity/post-form’ );
?>
<?php endif; ?>
Please help.