Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: wire post at the top of profile


alunsina
Participant

@alunsina

awesome! i was able to drag this code around.

<?php if ( function_exists(\'bp_wire_get_post_list\') ) : ?>
<?php bp_wire_get_post_list( bp_current_user_id(), bp_word_or_name( __( \"My Wire\", \'buddypress\' ), __( \"%s\'s Wire\", \'buddypress\' ), true, false ), bp_word_or_name( __( \"No one has posted to your wire yet.\", \'buddypress\' ), __( \"No one has posted to %s\'s wire yet.\", \'buddypress\' ), true, false), bp_profile_wire_can_post() ) ?>
<?php endif; ?>

only thing is it brings the whole wire with it. i want to move just the post box. or even just move the post box at the top of wire instead of it being at the bottom.

Skip to toolbar