adelchi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: image resize and EXIF metadataI totally agree with you!
thanks again!
Forum: Fixing WordPress
In reply to: image resize and EXIF metadataWow, that’s great, thanks! exactly what I needed and I haven’t been able to find online myself 🙂
Now, I only need to figure out how to install the ImageMagik mode, as my PHP doesn’t seem to have it 🙁cheers!
Forum: Fixing WordPress
In reply to: image resize and EXIF metadataHi,
no, I didn’t and unfortunately nobody answered.Ok, sorry, I just found a solution.
here:
http://www.velvetblues.com/web-development-blog/custom-wordpress-comment-error-page/adding a filter to handle the default 500 Error and changing this
$defaults = array( ‘response’ => 500 );
to this
$defaults = array( ‘response’ => 200 );all seems to be working now!
Forum: Themes and Templates
In reply to: vertical align bottom on wordpress default galleryYay!! brilliant, thanks!
(need to consider line-height again in the future…)Forum: Themes and Templates
In reply to: [Showcase] [Theme Showcase] Adding comments to Projectsfound the solution, it’s possible 🙂
need to modify functions.php as following:
'supports' => array('title', 'editor', 'thumbnail', 'comments'),