How to Change WordPress Image URLs

you can either use a Plugin for redirection: http://wordpress.org/plugins/redirection/ (would be like editing the .htaccess) OR use a Plugin to edit the wordpress database (make sure to do a database backup first) http://wordpress.org/plugins/search-and-replace/

How to include a picture in a blog post such that it will show in Facebook?

You can add meta data, embedded between the <head> tags in the html of your blog post, to tell Facebook exactly what information to show when that content is shared. Here are the main meta tags Facebook uses: <!– Facebook Open Graph meta data –> <meta property=”og:title” content=”Title Here” /> <meta property=”og:type” content=”article” /> <meta … Read more

Images in the Twenty Fourteen theme

Well, that was… interesting. In a nutshell there seem to be two things in play here: max_posts set to 6 in add_theme_support( ‘featured-content’ quantity set to default 6 in Featured_Content class quantity defines how many posts there are, but can be no larger than max_posts. However while result can be pushed down by changing max_posts … Read more

Gallery images stored elsewhere (preferably Google Drive)

I have been using this wordpress plugin for a while now. http://codecanyon.net/item/useyourdrive-google-drive-plugin-for-wordpress/6219776 I have done alot of searching to try and find a perfect solution to having a large free Storage place for images and then showing those images from my website. This was the only solution i could find for showing the images on … Read more

How can i use wp_get_image_editor for image resizing

A possible solution: Goal: Don’t use add_image_size() to show a custom sized image. If you calculate the image without saving it, all requests will sum up to a huge page load due to repeated unnecessary processing time. So caching or saving the results should be an additional goal. Add a image-processor.php in your template/plugin: //Load … Read more

How to set a Minimum Image Dimension for Uploading

The $file array doesn’t have anything that you’d be able to use, but $GLOBALS has some helpful information. You can uncomment the debugging line that contains $GLOBALS to see what it contains. I have added a guard clause to the top of the tc_handle_upload_prefilter function. This ensures that the file size checking code is only … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)