Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Josh! Thanks for your reply. I tried what you said but the same thing happened and I had to FTP the functions.php back up for the site to start running again.

    Any other suggestions? Maybe there is something wrong with my theme because it seems that as soon as I do the smallest thing in the functions file, it turns into the error 500.

    Thank you for your time!!

    Hello! Thank you for an excellent plug-in!! I’m also having troubles with the image URL. When I deleted the code snippet for the thumbnail filter the site crashed. My theme functions look like this:

    add_filter( ‘post_thumbnail_html’, ‘grisaille_post_image_html’, 10, 3 );
    function grisaille_post_image_html( $html, $post_id, $post_image_id ) {

    $html = ‘‘ . $html . ‘‘;

    return $html;
    }

    What part is safe to delete for the URL’s to work? My theme is grisaille.

    Thanks so much!!

Viewing 2 replies - 1 through 2 (of 2 total)