Adding or Removing Profile Fields
function my_contactmethods( $contactmethods ) { // add $contactmethods['twitter'] = 'Twitter'; $contactmethods['facebook'] =...
Read MoreSlideshow Gallery not displaying after recent update
/* // Inclusion: Einbindung von Slideshow Gallery Pro || Fritz echo "<!-- Gallery existiert GPS Start -->"; echo...
Read MoreAdding a meta_box to all Post Types
$post_types = get_post_types( array( '_builtin' => false ), 'objects' ); // Gets all custom types array_push( $post_types,...
Read MoreWP-o-Matic breaks WordPress Related Links
function adminInit() { auth_redirect(); // force display of a certain section $this->section = ($this->setup) ?...
Read MoreNextGen Gallery fails to create new gallery
For some reason the slug field was missing in the wp_6_ngg_gallery on one of my WordPress multisite blogs. The fix . . . ALTER TABLE...
Read More