Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: remove admin-bar


Burt Adsit
Participant

@burtadsit

The css reserves a spot for the admin bar.

remove_action( ‘wp_head’, ‘bp_core_admin_bar_css’, 1 );

Wherever you put the other statements.

Skip to toolbar