Support » Plugin: WP iSell Photo » Does the job with one exception

  • This is just the ticket , simple and effective
    However you cant exclude galleries. It is all or nothing.

    All it takes is one line of code to add this feature then it will only add the feature when you include a price in your gallery.

    At about line 144 after
    $post = get_post();
    add this
    if(!isset($attr['amount'])) return $output;
    Of course when it gets updated you will have to add it again you you get an error which is annoying

  • The topic ‘Does the job with one exception’ is closed to new replies.