The TS Blog

a collection of articles and ideas of interest..

Add CSS directly into the WP Admin head

This is an example of how to add CSS directly into the WP Admin head. Customise to suit. /* ----------------------------------------------*/ /* Add CSS directly into the admin head */ /* ----------------------------------------------*/ add_action( 'admin_head',...

read more...

Add or Remove WordPress User Contact Fields

Add or Remove WordPress User contact fields /* ----------------------------------------------*/ // Add or Remove WordPres User contact fields /* ----------------------------------------------*/ function removesilly_contactmethods( $contactmethods ) { // here you could...

read more...