Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Restricting group creation to admins

@ajohnson

Member

Try using the wordpress loop..having tried this yet but it should worked in theory to block the button from subscribers. This should really be built into buddypres though.

<?php if ( current_user_can(‘edit_post’) ) {

// button goes here

} ?>

Skip to toolbar