Fix http and Thumbnail Error on Image Upload
A client was having issues with her image uploads http error and thumbnails not generating. Smaller images would generate the thumbnail just fine however larger images would upload but fail…
A client was having issues with her image uploads http error and thumbnails not generating. Smaller images would generate the thumbnail just fine however larger images would upload but fail…
Add the following to functions.php file //Brings back the link manager in Wordpress add_filter( 'pre_option_link_manager_enabled', '__return_true' ); To get the links to show up on your page add this to…