Learning to make the hard things easy

Adding or Removing Profile Fields

Posted by on Nov 22, 2011 in Wordpress | 0 comments

function my_contactmethods( $contactmethods ) { // add $contactmethods['twitter'] = 'Twitter'; $contactmethods['facebook'] =...

Read More

Slideshow Gallery not displaying after recent update

Posted by on Nov 21, 2011 in Wordpress | 0 comments

/* // Inclusion: Einbindung von Slideshow Gallery Pro || Fritz echo "<!-- Gallery existiert GPS Start -->"; echo...

Read More

Adding a meta_box to all Post Types

Posted by on Nov 21, 2011 in Wordpress | 0 comments

$post_types = get_post_types( array( '_builtin' => false ), 'objects' ); // Gets all custom types array_push( $post_types,...

Read More

WP-o-Matic breaks WordPress Related Links

Posted by on Nov 8, 2011 in PHP, Wordpress | 0 comments

function adminInit() { auth_redirect(); // force display of a certain section $this->section = ($this->setup) ?...

Read More

NextGen Gallery fails to create new gallery

Posted by on Oct 12, 2011 in Wordpress | 0 comments

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

SlidePress Plugin Redirect Bug

Posted by on Nov 22, 2010 in PHP, Wordpress | 0 comments

When clicking on settings links for the SlidePress plugin in a multi-user WordPress site the plugin would redirect to /wp-admin/?c=1 for...

Read More