I have a website, where images are like: <img src=”upload/test.jpg”/> But I checked some larger sites and they have a…
Schedule image post on download
I have lots of schedule posts containing external images and I want to be able to auto download the images…
WordPress VisualComposer Image not loading
I am creating a website using Visual Composer Website Builder and i have a problem with loading images. No matter…
Image size in browser is defaulting to fill the container despite editor / styling settings
I am in the process of building my first theme. I have built everything up slowly and have a very…
Can I edit mogrify command arguments in WordPress if it uses ImageMagick during upload of images?
Reading through https://www.smashingmagazine.com/2015/06/efficient-image-resizing-with-imagemagick/ and https://wordpress.org/plugins/ricg-responsive-images/ from my understanding, it seems that WordPress is using ImageMagick, that is possibly merged with…
not getting all the images added to the post getting images from the gallery
I am getting all the images of the product gallery. how can get the images that the user have added…
Image Upload Custom Form Field for Category and Custom Taxonomy
I am currently customizing a WordPress Theme, and I want to add a new form field on Category for uploading…
Do not show featured Image on mobile devices (responsive themes)
The objective of this is to provide a simple and fast loading mobile site for the user. The featured image…
RSS feature image not showing/displaying caption
function featuredtoRSS($content) { global $post; if ( has_post_thumbnail( $post->ID ) ){ $content = ‘<div>’ . get_the_post_thumbnail( $post->ID, ‘full’, array( ‘style’…
Adding Post Image programatically
How do I add a Featured Image programatically, given the URL/filename of the image, and Post ID associated with it?…
Question: Guidelines for Image Protection Plug-in
My name is Alex, I am a product manager with SmartFrame Technologies (https://smartframe.io). We have developed a technology to protect…
Featured images not displaying at full resolution
The image in my media library is 560×31, but when I inspect the image this is the code I find.…
Delete images for unused media image sizes, without regenerating other thumbnails
I have set 5 custom image sizes in my theme. On top of the 3 default image sizes, I have…
WP Large Images crash page
I am experiencing an issue where multiple 7MB image with 4000px on widest side in a photo gallery crashes a…
Image degradation after importing XML
I am switching my blog from Blogger to WordPress and importihttp://wordpressrelated.com/files/category/wordpress-images/page/2/ng_xml_file._everything_works_fine_except_the_images.css; the…
Download external images if post is publish
I have scheduled posts that contain external images. I want it to automatically download images & linked to the media…