Viewing 5 replies - 1 through 5 (of 5 total)
  • I was using this very helpful plugin till two versions back in my wordpress blog but now it’s broken any alternatives to insert multiple pictures in my post? Please i really need this one.

    Still no alternative. Please HELP!

    Okay, I fixed the plugin on my site with wp 2.9.2. At the top of attachment-extender.php, you need to change it to:

    if (!function_exists('add_action')) {
            require_once('../../../wp-load.php');
            require_once('../../../wp-admin/includes/media.php');
    } //  end : if (!function_exists('add_action'))

    I’m not a php expert, but apparently media.php was removed from whatever the includes were at some point when wordpress was updated.

    Chris

    @chris – you my friend, are a genius. Thank you!

    Thanks Chris!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Attachment Extender] is there an alternative to this plugin?’ is closed to new replies.