gi_medium() not working _thumbnail and _full are.
please help me get gi_medium() working, why wouldn't it work?
gi_medium() not working _thumbnail and _full are.
please help me get gi_medium() working, why wouldn't it work?
hi, i fixed it. very trvial! there is a mad typing error in line 91:
it shouldnt be:
$images = gi_library('madium', '', false, 'array');
but
$images = gi_library('medium', '', false, 'array');
now it works fine even in wordpress 2.71.
This topic has been closed to new replies.