Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Cannot post to Wire after upgrade?


Andy Peatling
Keymaster

@apeatling

In your member theme in /wire/post-list.php change this:

<?php if ( bp_has_wire_posts( bp_wire_item_id(), bp_wire_can_post() ) : ?>

to this:

<?php if ( bp_has_wire_posts( 'item_id=' . bp_wire_item_id() . '&amp;can_post=' . bp_wire_can_post() ) ) : ?>

Skip to toolbar