a#alot_of_corners { position:fixed!important; bottom:0px!important; right:0px!important; } '; } function wp_footer() { if( apply_filters( 'not_alot_of_corners_on_this_page', false ) ) return; echo 'I am the alot of corners'; } } add_action( 'wp_head', array( 'Alot_Of_Corners', 'wp_head' ) ); add_action( 'wp_footer', array( 'Alot_Of_Corners', 'wp_footer' ) );