Add in activity in post form
-
I have this php code and it works for showing the post form
<?php if ( is_user_logged_in() ) : bp_get_template_part( 'activity/post-form' ); endif; ?>
However, your great plugin does not work with that form. How can I get your plugin to work with that form which is generated?
- The topic ‘Add in activity in post form’ is closed to new replies.